| @@ -13,8 +13,9 @@ | ||
| 13 | 13 | require_once 'group-layout.php'; |
| 14 | 14 | require_once 'group-animation.php'; |
| 15 | 15 | require_once 'group-permissions.php'; |
| 16 | 16 | require_once 'group-custom-code.php'; |
| 17 | +require_once 'group-debugging.php'; | |
| 17 | 18 | |
| 18 | 19 | $settings_structure = array( |
| 19 | 20 | array( |
| 20 | 21 | 'id' => 'documentation', |
| @@ -28,5 +29,6 @@ | ||
| 28 | 29 | $group_animation, |
| 29 | 30 | array( 'header' => __( 'Advanced', 'wp-ultimate-post-grid' ) ), |
| 30 | 31 | $group_permissions, |
| 31 | 32 | $group_custom_code, |
| 33 | + $group_debugging, | |
| 32 | 34 | ); |