• Skip to primary navigation
  • Skip to main content
  • Skip to footer
Genesis Theme Framework a2z

Genesis Theme Framework a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
  • _
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
Home / Archives for A

A

add_meta_boxes – action

add_project() – Adds a new project to load translations for.

admin_bar_menu – action

admin_enqueue_scripts – action

admin_init – action

admin_menu – action

admin_notices – action

admin_print_styles – action

after_setup_theme – action

after_switch_theme – action

amp_content_sanitizers – filter

author_box() – Add schema markup attributes for author box element.

clear_widget_areas() – Clears widgets from named widget areas, moving widgets they contain to the ‘Inactive Widgets’ area.

comment_author_link() – Add schema markup attributes for comment author link element.

comment_author_name() – Add schema markup attributes for comment author name element.

comment_author_says_text – filter

comment_author() – Add schema markup attributes for comment author element.

enqueue_block_editor_assets – action

entry_author_link() – Add schema markup attributes for entry author link element.

entry_author_name() – Add schema markup attributes for entry author name element.

entry_author() – Add schema markup attributes for author element for an entry.

genesis_a11y_more_link() – Return more link text plus hidden title for screen readers, to improve accessibility.

genesis_a11y_register_sidebar_defaults() – Widget heading filter, default H4 in Widgets and sidebars modified to an H3 if genesis_a11y( ‘headings’ ) support

genesis_a11y() – Determine if theme support genesis-accessibility is activated by the child theme.

genesis_activate_fallback_theme() – Activates the default theme when requirements are not met.

genesis_add_admin_menu() – Add Genesis top-level item in admin menu.

genesis_add_admin_submenus() – Add submenu items under Genesis item in admin menu.

genesis_add_cpt_archive_page() – Add archive settings page to relevant custom post type registrations.

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_option_filter() – Registers an option sanitization filter.

genesis_add_singular_image_output_customizer_checkboxes() – Return the config that includes the genesis_single controls.

genesis_add_taxonomy_archive_options() – Add the archive options to each custom taxonomy edit screen.

genesis_add_taxonomy_layout_options() – Add the layout options to each custom taxonomy edit screen.

genesis_add_taxonomy_seo_options() – Add the SEO 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_adjacent_entry_attr_next_post() – Add the alignright class to the next post link container.

genesis_adjacent_entry_attr_previous_post() – Add the alignleft class to the previous post link container.

genesis_adjacent_entry_nav() – Display links to previous and next entry.

Genesis_Admin

genesis_admin_after_metaboxes – action

Genesis_Admin_Basic

Genesis_Admin_Basic::settings_init() – Satisfies the abstract requirements of Genesis_Admin.

genesis_admin_before_metaboxes – action

Genesis_Admin_Boxes

Genesis_Admin_Boxes::add_meta_box() – Add meta box to the current admin screen.

Genesis_Admin_Boxes::admin() – Use this as the settings admin callback to create an admin page with sortable meta boxes.

Genesis_Admin_Boxes::do_meta_box() – Echo out the content of a meta box.

Genesis_Admin_Boxes::do_metaboxes() – Echo out the do_meta_boxes() and wrapping markup.

Genesis_Admin_Boxes::metaboxes() – Register the meta boxes.

Genesis_Admin_Boxes::scripts() – Include the necessary sortable meta box scripts.

Genesis_Admin_Boxes::settings_init() – Initialize the settings page.

Genesis_Admin_CPT_Archive_Settings

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::metaboxes() – Register meta boxes on the CPT Archive pages.

Genesis_Admin_CPT_Archive_Settings::sanitizer_filters() – Register each of the settings with a sanitization filter type.

Genesis_Admin_Form

Genesis_Admin_Form::admin() – Normal settings page admin.

Genesis_Admin_Form::form() – Output settings page form elements.

Genesis_Admin_Form::settings_init() – Initialize the settings page, by hooking the form into the page.

Genesis_Admin_Import_Export

Genesis_Admin_Import_Export::__construct() – Create an admin menu item and settings page.

Genesis_Admin_Import_Export::admin() – Callback for displaying the Genesis Import / Export admin page.

Genesis_Admin_Import_Export::export_checkboxes() – Echo out the checkboxes for the export options.

Genesis_Admin_Import_Export::export() – Generate the export file, if requested, in JSON format.

Genesis_Admin_Import_Export::get_export_options() – Return array of export options and their arguments.

Genesis_Admin_Import_Export::help() – Contextual help content.

Genesis_Admin_Import_Export::import() – Handle the file uploaded to import settings.

Genesis_Admin_Import_Export::notices() – Add custom notices that display after successfully importing or exporting the settings.

genesis_admin_init – action

genesis_admin_menu – action

Genesis_Admin_Meta_Boxes

Genesis_Admin_Meta_Boxes::__construct() – Create a meta box handler.

Genesis_Admin_Meta_Boxes::metaboxes() – Bypass registering meta boxes.

Genesis_Admin_Meta_Boxes::show_meta_box() – Echo out the content of a meta box.

Genesis_Admin_Onboarding

Genesis_Admin_Onboarding::__construct() – Sets the admin page properties and creates the page.

Genesis_Admin_Onboarding::admin() – Loads the onboarding admin page.

Genesis_Admin_Plugins

genesis_admin_plugins_api_result() – Filter the results of the plugin api results.

genesis_admin_plugins_sort_callback() – Sort Genesis plugins returned by plugins api by install count.

Genesis_Admin_Plugins::__construct() – Create an admin menu item that redirects to the plugin install screen.

Genesis_Admin_Plugins::admin() – Required to use `Genesis_Admin_Basic`.

genesis_admin_redirect() – Redirect the user to an admin page, and add query args to the URL string for alerts, etc.

Genesis_Admin_SEO_Settings

Genesis_Admin_SEO_Settings::__construct() – Create an admin menu item and settings page.

Genesis_Admin_SEO_Settings::admin() – Required to use `Genesis_Admin_Basic`.

Genesis_Admin_Settings

Genesis_Admin_Settings::__construct() – Create an admin menu item and settings page.

Genesis_Admin_Settings::admin() – Required to use `Genesis_Admin_Basic`.

Genesis_Admin_Upgraded

Genesis_Admin_Upgraded::__construct() – Create the page.

Genesis_Admin_Upgraded::admin() – Required to use `Genesis_Admin_Basic`.

Genesis_Admin::add_help_tab() – Add help tab.

Genesis_Admin::admin() – Output the main admin page.

Genesis_Admin::create() – Call this method in a subclass constructor to create an admin menu and settings page.

Genesis_Admin::field_id() – Echo constructed id attributes in form fields.

Genesis_Admin::field_name() – Echo constructed name attributes in form fields.

Genesis_Admin::field_value() – Echo a setting value from this form’s settings field for use in form fields.

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 5
  • Go to Next Page »

Footer

Genesis a2z
Genesis Theme Framework a2z
WordPress Dynamic API Reference
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  genesis.wp-a2z.org
© Copyright Genesis a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites