genesis_a11y_more_link() – Return more link text plus hidden title for screen readers, to improve accessibility.
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::add_hamburger_target_menu_attributes() – Add attributes for the hamburger button’s target navigation menu.
Genesis_AMP_Menu::add_nav_class_attribute() – Add ‘genesis-responsive-menu’ class attribute to the `<nav>` element.
Genesis_AMP_Menu::add_nav_submenu_toggle() – Add toggle buttons to the submenus that are in the target menu.
Genesis_AMP_Menu::convert_to_camel_case() – Convert the given string into camelCase, which is used by JavaScript for targeting state controls.
Genesis_AMP_Menu::init_responsive_config() – Initialize responsive menu configurations to this format:
genesis_do_meta_pingback() – Adds the pingback meta tag to the head so that other sites can know how to send a pingback to our site.
genesis_get_robots_meta_content() – Determine the `noindex`, `nofollow`, `noarchive` robots meta code for the current context.
genesis_header_menu_args() – Sets attributes for the custom menu widget if used in the Header Right widget area.
genesis_is_in_dev_mode() – Check if the environment is in development mode via SCRIPT_DEBUG constant.
genesis_is_major_version() – Deprecated. Genesis now (as of 2.7.0) uses semantic versioning, and will no longer redirect to different pages based on major/minor version status.
genesis_markup_search_form_content() – Amend the search form content to include a meta tag (for schema).
genesis_maybe_clear_primary_title_h1() – Sets the Primary Title H1 Genesis SEO setting to None if a heading level one is found on a static homepage.
Genesis_Menu_Handler::add_amp_menu_combiner() – Add the AMP Menu Combiner to the list of content sanitizers.