| @@ -22,15 +22,14 @@ | ||
| 22 | 22 | */ |
| 23 | 23 | public function settings_init() { |
| 24 | 24 | $this->upgrade_settings(); |
| 25 | 25 | register_setting( 'isc_options_group', 'isc_options', [ $this, 'settings_validation' ] ); |
| 26 | + | |
| 26 | 27 | new \ISC\Settings\Sections\Newsletter(); |
| 27 | 28 | new \ISC\Settings\Sections\Plugin_Options(); |
| 28 | - new \ISC\Settings\Sections\Compatibility(); | |
| 29 | 29 | new \ISC\Settings\Sections\Caption(); |
| 30 | 30 | new \ISC\Settings\Sections\Page_List(); |
| 31 | 31 | new \ISC\Settings\Sections\Global_List(); |
| 32 | - new \ISC\Settings\Sections\Ai_Images(); | |
| 33 | 32 | new \ISC\Settings\Sections\Licenses(); |
| 34 | 33 | new \ISC\Settings\Sections\Miscellaneous(); |
| 35 | 34 | } |
| 36 | 35 | |