PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 3.11.0
Image Source Control Lite – Show Image Credits and Captions v3.11.0
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
← All changes | includes/settings.php +1 -2 trunk3.11.0 View file →
@@ -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