Lines:
1 to 38 of 38
<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Admin * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ /* class Genesis_Admin */ /* function Genesis_Admin::create() – Call this method in a subclass constructor to create an admin menu and settings page. */ /* function Genesis_Admin::maybe_add_main_menu() – Possibly create a new top level admin menu. */ /* function Genesis_Admin::maybe_add_first_submenu() – Possibly create the first submenu item. */ /* function Genesis_Admin::maybe_add_submenu() – Possibly create a submenu item. */ /* function Genesis_Admin::maybe_redirect() – If specified, redirect when accessing this page’s menu URL. */ /* function Genesis_Admin::register_settings() – Register the database settings for storage. */ /* function Genesis_Admin::notices() – Display notices on the save or reset of settings. */ /* function Genesis_Admin::save() – Save method. */ /* function Genesis_Admin::settings_init() – Initialize the settings page. */ /* function Genesis_Admin::load_help() – Load the optional help method, if one exists. */ /* function Genesis_Admin::add_help_tab() – Add help tab. */ /* function Genesis_Admin::help_content() – Display a help view file if it exists. */ /* function Genesis_Admin::set_help_sidebar() – Set help sidebar for Genesis screens. */ /* function Genesis_Admin::load_assets() – Load script and stylesheet assets via scripts() and styles() methods, if they exist. */ /* function Genesis_Admin::admin() – Output the main admin page. */ /* function Genesis_Admin::get_field_name() – Helper function that constructs name attributes for use in form fields. */ /* function Genesis_Admin::field_name() – Echo constructed name attributes in form fields. */ /* function Genesis_Admin::get_field_id() – Helper function that constructs id attributes for use in form fields. */ /* function Genesis_Admin::field_id() – Echo constructed id attributes in form fields. */ /* function Genesis_Admin::get_field_value() – Helper function that returns a setting value from this form’s settings field for use in form fields. */ /* function Genesis_Admin::field_value() – Echo a setting value from this form’s settings field for use in form fields. */