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_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::get_field_id() – Helper function that constructs id attributes for use in form fields.
Genesis_AMP_Menu::init_responsive_config() – Initialize responsive menu configurations to this format:
genesis_attributes_entry_image_grid_loop() – Add attributes for entry image element shown in a grid loop.
genesis_html5_ie_fix() – Deprecated. Load the html5 shiv for IE8 and below. Can’t enqueue with IE conditionals.
genesis_image_loading() – Filter the attributes of all images retrieved with `wp_get_attachment_image`, add `loading="lazy"` to enable lazy loading in Chrome.
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_is_customizer() – Check whether we are currently viewing the site via the WordPress Customizer.
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_Menu_Handler::init_config() – Initialize the configuration parameters by merging with defaults.
genesis_onboarding_install_language_packs() – Installs plugin language packs during the onboarding process.