| @@ -225,11 +225,8 @@ | ||
| 225 | 225 | $this->loader->add_action( 'admin_init', $this->admin, 'options_update' ); |
| 226 | 226 | $this->loader->add_action( 'update_option_' . $this->plugin_name . '_admin_fields_select', $this->admin, 'update_option_mlsimport_admin_fields_select' ); |
| 227 | 227 | $this->loader->add_action( 'add_option_' . $this->plugin_name . '_admin_fields_select', $this->admin, 'update_option_mlsimport_admin_fields_select' ); |
| 228 | 228 | |
| 229 | - // React to changes of the administrative options. | |
| 230 | - $this->loader->add_action( 'update_option_' . $this->plugin_name . '_administrative_options', $this->admin, 'update_option_mlsimport_administrative_options' ); | |
| 231 | - | |
| 232 | 229 | // Add menu item |
| 233 | 230 | $this->loader->add_action( 'admin_menu', $this->admin, 'add_plugin_admin_menu' ); |
| 234 | 231 | |
| 235 | 232 | // Add Settings link to the plugin list |