_genesis_register_default_widget_areas_cb() – Register the default Genesis widget areas, if the placeholder widget areas are still registered.
genesis_a11y_register_sidebar_defaults() – Widget heading filter, default H4 in Widgets and sidebars modified to an H3 if genesis_a11y( ‘headings’ ) support
genesis_admin_redirect() – Redirect the user to an admin page, and add query args to the URL string for alerts, etc.
Genesis_AMP_Menu::init_responsive_config() – Initialize responsive menu configurations to this format:
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_autoload_register_psr4() – Allow StudioPressGenesis namespaced files to be loaded automatically.
genesis_autoload_register() – Allow Genesis_* class and StudioPressGenesis namespaced files to be loaded automatically.
genesis_child_theme_recommendations() – Adds child theme recommendations to the Tools -> Site Health -> Info tab under the “Active Theme” panel.
Genesis_Customizer::register() – Register Customizer panel, sections, settings, and controls via a `$config` array.
genesis_get_robots_meta_content() – Determine the `noindex`, `nofollow`, `noarchive` robots meta code for the current context.
genesis_nav_right() – Filter the Primary Navigation menu items, appending either RSS links, search form, twitter link, or today’s date.
genesis_paged_rel() – Output rel links in the head to indicate previous and next pages in paginated archives and posts.
genesis_register_after_entry_widget_area() – Register after-entry widget area if user specifies in the child theme.
genesis_register_default_widget_areas() – Hook the callback that registers the default Genesis widget areas.
genesis_register_footer_widget_areas() – Register footer widget areas based on the number of widget areas the user wishes to create with `add_theme_support()`.
genesis_register_post_meta() – Register post meta for Genesis Block Editor features, such as the title and breadcrumbs checkbox controls.
genesis_register_widget_area() – Expedites the widget area registration process by taking common things, before / after_widget, before / after_title, and doing them automatically.
genesis_remove_default_widgets_from_header_right() – Temporary function to work around the default widgets that get added to Header Right when switching themes.
genesis_remove_type_from_layout() – Remove layout type from a layout without having to directly modify the global variable.
Genesis_Requirements_Views::add_hooks() – Adds necessary hooks for displaying requirements messaging.
Genesis_Sanitizer::requires_unfiltered_html() – Keeps the option from being updated if the user lacks unfiltered_html capability.
genesis_theme_activation_redirect() – Redirects users to the Getting Started page after theme activation if the theme provides an onboarding configuration in config/onboarding.php.
genesis_update_right_now_text() – Callback to amend the Right Now text, found in the At A Glance dashboard widget.
genesis_upgrade_redirect() – Deprecated. Redirect the user back to the "What’s New" page, refreshing the data and notifying the user that they have successfully updated.