_genesis_register_default_widget_areas_cb() – Register the default Genesis widget areas, if the placeholder widget areas are still registered.
_genesis_update_settings() – Deprecated. Push individual setting (or group of setting) into an options db entry stored as an array.
clear_widget_areas() – Clears widgets from named widget areas, moving widgets they contain to the ‘Inactive Widgets’ area.
genesis_a11y_more_link() – Return more link text plus hidden title for screen readers, to improve accessibility.
genesis_a11y_register_sidebar_defaults() – Widget heading filter, default H4 in Widgets and sidebars modified to an H3 if genesis_a11y( ‘headings’ ) support
genesis_add_cpt_archive_page() – Add archive settings page to relevant custom post type registrations.
genesis_add_id_to_global_exclude() – Modify the global $_genesis_displayed_ids each time a loop iterates.
genesis_add_inpost_layout_box() – Register a new meta box to the post or page edit screen, so that the user can set layout options on a per-post or per-page basis.
genesis_add_inpost_scripts_box() – Register a new meta box to the post or page edit screen, so that the user can apply scripts on a per-post or per-page basis.
genesis_add_inpost_seo_box() – Register a new meta box to the post or page edit screen, so that the user can set SEO options on a per-post or per-page basis.
genesis_add_singular_image_output_customizer_checkboxes() – Return the config that includes the genesis_single controls.
genesis_add_taxonomy_archive_options() – Add the archive options to each custom taxonomy edit screen.
genesis_add_type_to_layout() – Add new layout type to a layout without having to directly modify the global variable.
genesis_adjacent_entry_attr_previous_post() – Add the alignleft class to the previous post link container.
Genesis_Admin_Boxes::admin() – Use this as the settings admin callback to create an admin page with sortable meta boxes.
Genesis_Admin_CPT_Archive_Settings::__construct() – Create an archive settings admin menu item and settings page for relevant custom post types.
Genesis_Admin_CPT_Archive_Settings::help() – Add contextual help content for the archive settings page.
Genesis_Admin_CPT_Archive_Settings::sanitizer_filters() – Register each of the settings with a sanitization filter type.
Genesis_Admin_Form::settings_init() – Initialize the settings page, by hooking the form into the page.
Genesis_Admin_Import_Export::admin() – Callback for displaying the Genesis Import / Export admin page.
Genesis_Admin_Import_Export::get_export_options() – Return array of export options and their arguments.
Genesis_Admin_Import_Export::notices() – Add custom notices that display after successfully importing or exporting the settings.
genesis_admin_plugins_sort_callback() – Sort Genesis plugins returned by plugins api by install count.
Genesis_Admin_Plugins::__construct() – Create an admin menu item that redirects to the plugin install screen.
genesis_admin_redirect() – Redirect the user to an admin page, and add query args to the URL string for alerts, etc.
Genesis_Admin::create() – Call this method in a subclass constructor to create an admin menu and settings page.