get_comments_pagination_arrow() Helper function that returns the proper pagination arrow HTML for
_wp_filter_post_meta_footnotes() Strips all HTML from the content of footnotes, and sanitizes the ID.
_wp_footnotes_kses_init_filters() Adds the filters for footnotes meta field.
_wp_footnotes_remove_filters() Removes the filters for footnotes meta field.
_wp_footnotes_kses_init() Registers the filter of footnotes meta field if the user does not have `unfiltered_html` capability.
_wp_footnotes_force_filtered_html_on_import_filter() Initializes the filters for footnotes meta field when imported data should be filtered.
wp_get_global_settings() Gets the settings resulting of merging core, theme, and user data.
wp_get_global_styles() Gets the styles resulting of merging core, theme, and user data.
wp_get_global_stylesheet() Returns the stylesheet resulting of merging core, theme, and user data.
wp_add_global_styles_for_blocks() Adds global style rules to the inline style for each block.
wp_get_block_name_from_theme_json_path() Gets the block name from a given theme.json path.
wp_theme_has_theme_json() Checks whether a theme or its parent has a theme.json file.
wp_clean_theme_json_cache() Cleans the caches under the theme_json group.
wp_get_theme_directory_pattern_slugs() Returns the current theme's wanted patterns (slugs) to be
wp_get_theme_data_custom_templates() Returns the metadata for the custom templates defined by the theme via theme.json.
wp_get_theme_data_template_parts() Returns the metadata for the template parts defined by the theme.
wp_get_block_css_selector() Determines the CSS selector for the block type and property provided,
register_widget() Registers a widget.
unregister_widget() Unregisters a widget.
register_sidebars() Creates multiple sidebars.
register_sidebar() Builds the definition for a single sidebar and returns the ID.
unregister_sidebar() Removes a sidebar from the list.
is_registered_sidebar() Checks if a sidebar is registered.
wp_register_sidebar_widget() Registers an instance of a widget.
wp_widget_description() Retrieves description for widget.
wp_sidebar_description() Retrieves description for a sidebar.
wp_unregister_sidebar_widget() Remove widget from sidebar.
wp_register_widget_control() Registers widget control callback for customizing options.
_register_widget_update_callback() Registers the update callback for a widget.
_register_widget_form_callback() Registers the form callback for a widget.
wp_unregister_widget_control() Removes control callback for widget.
dynamic_sidebar() Displays dynamic sidebar.
is_active_widget() Determines whether a given widget is displayed on the front end.
is_dynamic_sidebar() Determines whether the dynamic sidebar is enabled and used by the theme.
is_active_sidebar() Determines whether a sidebar contains widgets.
wp_get_sidebars_widgets() Retrieves the full list of sidebars and their widget instance IDs.
wp_get_sidebar() Retrieves the registered sidebar with the given ID.
wp_set_sidebars_widgets() Sets the sidebar widget option to update sidebars.
wp_get_widget_defaults() Retrieves default registered sidebars list.
wp_convert_widget_settings() Converts the widget settings from single to multi-widget format.
the_widget() Outputs an arbitrary widget as a template tag.
_get_widget_id_base() Retrieves the widget ID base value.
_wp_sidebars_changed() Handles sidebars config after theme change.
retrieve_widgets() Validates and remaps any "orphaned" widgets to wp_inactive_widgets sidebar,
wp_map_sidebars_widgets() Compares a list of sidebars with their widgets against an allowed list.
_wp_remove_unregistered_widgets() Compares a list of sidebars with their widgets against an allowed list.
wp_widget_rss_output() Displays the RSS entries in a list.
wp_widget_rss_form() Displays RSS widget options form.
wp_widget_rss_process() Processes RSS feed widget data and optionally retrieve feed items.
wp_widgets_init() Registers all of the default WordPress widgets on startup.