| @@ -2,9 +2,8 @@ | ||
| 2 | 2 | // Require widget files |
| 3 | 3 | require plugin_dir_path(__FILE__) . '/forum-info/Forum_Information.php'; |
| 4 | 4 | require plugin_dir_path(__FILE__) . '/Forumax_Topic_Info.php'; |
| 5 | 5 | require plugin_dir_path(__FILE__) . '/Forumax_Forums_List.php'; |
| 6 | -require plugin_dir_path(__FILE__) . '/Forumax_Active_Members.php'; | |
| 7 | 6 | |
| 8 | 7 | // Register Widgets |
| 9 | 8 | add_action( 'widgets_init', function() { |
| 10 | 9 | |
| @@ -10,9 +9,8 @@ | ||
| 10 | 9 | |
| 11 | 10 | // Register only Forumax-specific widgets |
| 12 | 11 | register_widget( 'Forumax\WpWidgets\Forumax_Forum_Information'); |
| 13 | 12 | register_widget( 'Forumax\WpWidgets\Forumax_Topic_Info'); |
| 14 | - register_widget( 'Forumax\WpWidgets\Forumax_Active_Members'); | |
| 15 | 13 | |
| 16 | 14 | |
| 17 | 15 | if ( class_exists('bbPress') ) { |
| 18 | 16 | unregister_widget( 'BBP_Forums_Widget' ); |