parent = $parent; } /** * Create the HTML interface for admin options page * * @since 1.0.0 * @return void */ public function admin_options_page() { $section_ids = array_keys($this->parent->sections); $active_tab = isset( $_GET[ 'tab' ] ) ? $_GET[ 'tab' ] : $section_ids[0]; $base_url = menu_page_url( $this->parent->configs['page_slug'], false ); ob_start(); ?>