genesis_a11y_more_link() – Return more link text plus hidden title for screen readers, to improve accessibility.
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_type_to_layout() – Add new layout type to a layout without having to directly modify the global variable.
Genesis_Admin::load_assets() – Load script and stylesheet assets via scripts() and styles() methods, if they exist.
genesis_attributes_breadcrumb_link_wrap_meta() – Add attributes for breadcrumb link wrap meta element.
Genesis_Breadcrumb::get_breadcrumb_link_meta() – Return markup for a meta tag for each breadcrumb item.
Genesis_Breadcrumb::get_breadcrumb_link_wrap() – Return markup for a link wrap for each breadcrumb link.
genesis_comments_link_filter() – Filter the comments link. If post has comments, link to #comments div. If no, link to #respond div.
genesis_do_loop() – Attach a loop to the `genesis_loop` output hook so we can get some front-end output.
genesis_footer_childtheme_link_shortcode() – Adds the link to the child theme, if the details are defined.
genesis_get_layouts_for_customizer() – Return registered layouts in a format the WordPress Customizer accepts.
genesis_grid_loop_post_class() – Filter the post classes to output custom classes for the feature and grid layout.
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_load_admin_js() – Deprecated. Enqueues the custom script used in the admin, and localizes several strings or values used in the scripts.