create_nav_tab(); /** * Output nonce, action, and option_page fields for a settings page. */ settings_fields( $this->args[ 'options_group' ] ); /** * Output settings sections and fields */ $this->do_settings_sections( $this->args[ 'options_group' ] ); /** * Output a submit button */ submit_button(); ?>