clear_widget_areas() – Clears widgets from named widget areas, moving widgets they contain to the ‘Inactive Widgets’ area.
genesis_add_cpt_archive_page() – Add archive settings page to relevant custom post type registrations.
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_plugins_sort_callback() – Sort Genesis plugins returned by plugins api by install count.
Genesis_Admin::create() – Call this method in a subclass constructor to create an admin menu and settings page.
Genesis_AMP_Menu_Combiner::find_and_combine() – Find and combine the nav menu items to the main menu.
Genesis_AMP_Menu_Combiner::find_nav_ul() – Find the nav menu’s `<ul>` by it’s `id` or `class` attribute.
Genesis_AMP_Menu::convert_to_camel_case() – Convert the given string into camelCase, which is used by JavaScript for targeting state controls.
genesis_attributes_empty_class() – Helper function for use as a filter for when you want to prevent a class from being automatically generated and output on an element that is passed through the markup API.
genesis_attributes_screen_reader_class() – Helper function for use as a filter for when you want to add screen-reader-text class to an element.
Genesis_Breadcrumb::get_attachment_crumb() – Get breadcrumb for single attachment, including any parent crumbs.
Genesis_Breadcrumb::get_cpt_crumb() – Get breadcrumb for single custom post type entry, including any parent (CPT name) crumbs.