PluginProbe
WP Ultimate Post Grid / 3.6.0
WP Ultimate Post Grid v3.6.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / templates / settings / group-debugging.php

group-debugging.php in WP Ultimate Post Grid 3.6.0, at templates/settings/group-debugging.php

18 lines 477 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 $group_debugging = array(
4 'id' => 'debugging',
5 'name' => __( 'Debugging', 'wp-ultimate-post-grid' ),
6 'icon' => 'search',
7 'settings' => array(
8 array(
9 'id' => 'enable_debug_messages',
10 'name' => __( 'Enable Debug Messages', 'wp-ultimate-post-grid' ),
11 'description' => __( 'When enabled the plugin will output debug messages in the JavaScript console.', 'wp-ultimate-post-grid' ),
12 'type' => 'toggle',
13 'code' => 'css',
14 'default' => false,
15 ),
16 ),
17 );
18