genesis_add_id_to_global_exclude() – Modify the global $_genesis_displayed_ids each time a loop iterates.
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_AMP_Menu::convert_to_camel_case() – Convert the given string into camelCase, which is used by JavaScript for targeting state controls.
genesis_attributes_blog_template_description() – Add attributes for blog template description element.
genesis_attributes_taxonomy_archive_description() – Add attributes for taxonomy archive description element.
Genesis_Breadcrumb::get_term_parents() – Return recursive linked crumbs of category, tag or custom taxonomy parents.
genesis_child_theme_recommendations() – Adds child theme recommendations to the Tools -> Site Health -> Info tab under the “Active Theme” panel.
genesis_clear_update_transient() – Delete Genesis update transient after updates or when viewing the themes page.
genesis_cpt_archive_settings_toolbar_styles() – Adds the pencil icon to the CPT archive settings menu link.
genesis_customizer_theme_settings() – Build the Theme Settings Customizer panels, sections, and controls.
genesis_default_title() – Deprecated. Legacy filter function that would return a filtered document title.
genesis_do_cpt_archive_title_description() – Add custom headline and description to relevant custom post type archive pages.
genesis_do_taxonomy_title_description() – Add custom heading and / or description to category / tag / taxonomy archive pages.
genesis_document_title_parts() – Filter Document title parts based on context and SEO settings values.
genesis_document_title_separator() – Filter Document title parts separator based on SEO setting value.
genesis_get_cpt_archive_types_names() – Get list of custom post type names which need an archive settings page.
genesis_get_cpt_archive_types() – Get list of custom post type objects which need an archive settings page.
genesis_get_global_post_type_name() – Get the `post_type` from the global `$post` if supplied value is empty.
genesis_get_theme_handle() – Gets the theme handle from the CHILD_THEME_VERSION constant (if defined), or ‘Theme Name’ header in style.css.
genesis_get_theme_support_arg() – Return a specific value from the array passed as the second argument to `add_theme_support()`.
genesis_get_theme_version() – Gets the active theme version from CHILD_THEME_VERSION constant (if defined), style.css in production, or a timestamp if SCRIPT_DEBUG is true.
genesis_human_time_diff() – Calculate the time difference – a replacement for `human_time_diff()` until it is improved.
genesis_import_child_theme_settings() – Import settings needed by a child theme to look correct and function properly.
genesis_init_traduttore() – Registers Genesis in the Traduttore registry. Translation API requests for Genesis language packs then use the Genesis Translations server.
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.