_genesis_register_default_widget_areas_cb() – Register the default Genesis widget areas, if the placeholder widget areas are still registered.
clear_widget_areas() – Clears widgets from named widget areas, moving widgets they contain to the ‘Inactive Widgets’ area.
genesis_after_entry_widget_area() – Display after-entry widget area on the genesis_after_entry action hook.
genesis_attributes_breadcrumb_link_wrap_meta() – Add attributes for breadcrumb link wrap meta element.
genesis_block_widgets_optin_notification() – Show an admin notice on the widgets screen informing the user how to opt-in to block widgets.
genesis_disable_wporg_updates() – Disable WordPress from giving update notifications on Genesis or Genesis child themes.
genesis_footer_widgets_hidden_body_class() – Adds `genesis-footer-widgets-hidden` and genesis-footer-widgets-visible` body classes if footer widgets are supported by the child theme and the Footer Widgets Panel is available in the Genesis Sidebar.
genesis_handle_block_widget_editor() – Default the block-based widget editor to be disabled, which is defaulted to be enabled in WP 5.8.
genesis_handle_dismissing_block_widget_editor_notice() – Handle dismissing the admin notice for the block widget editor optin.
genesis_post_types_with_singular_images_enabled() – Which post types have singular images enabled and active?
genesis_register_after_entry_widget_area() – Register after-entry widget area if user specifies in the child theme.
genesis_register_default_widget_areas() – Hook the callback that registers the default Genesis widget areas.
genesis_register_footer_widget_areas() – Register footer widget areas based on the number of widget areas the user wishes to create with `add_theme_support()`.
genesis_register_widget_area() – Expedites the widget area registration process by taking common things, before / after_widget, before / after_title, and doing them automatically.
genesis_remove_default_widgets_from_header_right() – Temporary function to work around the default widgets that get added to Header Right when switching themes.
Genesis_User_Profile_Widget::__construct() – Constructor. Set the default widget options and create widget.