p =& $plugin; if ( $this->p->debug->enabled ) { $this->p->debug->mark(); } $this->menu_id = $id; $this->menu_name = $name; $this->menu_lib = $lib; $this->menu_ext = $ext; $this->menu_metaboxes = array( 'settings' => _x( 'Essential Settings', 'metabox title', 'wpsso' ), ); } /* * Remove the "Change to View" button from this settings page. */ protected function add_form_buttons_change_show_options( &$form_button_rows ) { } } }