block_core_file_ensure_interactivity_dependency | Ensure that the view script has the `wp-interactivity` dependency. | wp-includes/blocks/file.php |
block_core_image_ensure_interactivity_dependency | Ensures that the view script has the `wp-interactivity` dependency. | wp-includes/blocks/image.php |
block_core_navigation_ensure_interactivity_dependency | Ensure that the view script has the `wp-interactivity` dependency. | wp-includes/blocks/navigation.php |
block_core_query_disable_enhanced_pagination | Traverse the tree of blocks looking for any plugin block (i.e., a block from
an installed plugin) inside a Query block with the enhanced pagination
enabled. If at least one is found, the enhanced pagination is effectively
disabled to prevent any potential incompatibilities. | wp-includes/blocks/query.php |
block_core_query_ensure_interactivity_dependency | Ensure that the view script has the `wp-interactivity` dependency. | wp-includes/blocks/query.php |
block_core_search_ensure_interactivity_dependency | Ensure that the view script has the `wp-interactivity` dependency. | wp-includes/blocks/search.php |
get_block_asset_url | Gets the URL to a block asset. | wp-includes/blocks.php |
get_hooked_blocks | Retrieves block types hooked into the given block, grouped by anchor block type and the relative position. | wp-includes/blocks.php |
get_options | Retrieves multiple options. | wp-includes/option.php |
make_after_block_visitor | Returns a function that injects the hooked blocks after a given block. | wp-includes/blocks.php |
make_before_block_visitor | Returns a function that injects the theme attribute into, and hooked blocks before, a given block. | wp-includes/blocks.php |
render_block_core_query | Modifies the static `core/query` block on the server. | wp-includes/blocks/query.php |
traverse_and_serialize_block | Traverses a parsed block tree and applies callbacks before and after serializing it. | wp-includes/blocks.php |
traverse_and_serialize_blocks | Given an array of parsed block trees, applies callbacks before and after serializing them and
returns their concatenated output. | wp-includes/blocks.php |
wp_admin_notice | Outputs an admin notice. | wp-includes/functions.php |
wp_autosave_post_revisioned_meta_fields | Autosave the revisioned meta fields. | wp-admin/includes/post.php |
wp_check_revisioned_meta_fields_have_changed | Check whether revisioned post meta fields have changed. | wp-includes/revision.php |
wp_enqueue_admin_bar_bump_styles | Enqueues inline bump styles to make room for the admin bar. | wp-includes/admin-bar.php |
wp_enqueue_admin_bar_header_styles | Enqueues inline style to hide the admin bar when printing. | wp-includes/admin-bar.php |
wp_enqueue_block_template_skip_link | Enqueues the skip-link script & styles. | wp-includes/theme-templates.php |
wp_enqueue_embed_styles | Enqueues the CSS in the embed iframe header. | wp-includes/embed.php |
wp_enqueue_emoji_styles | Enqueues the important emoji-related styles. | wp-includes/formatting.php |
wp_get_admin_notice | Creates and returns the markup for an admin notice. | wp-includes/functions.php |
wp_get_https_detection_errors | Runs a remote HTTPS request to detect whether HTTPS supported, and stores potential errors. | wp-includes/https-detection.php |
wp_get_theme_data_custom_templates | Returns the metadata for the custom templates defined by the theme via theme.json. | wp-includes/global-styles-and-settings.php |
wp_get_theme_data_template_parts | Returns the metadata for the template parts defined by the theme. | wp-includes/global-styles-and-settings.php |
wp_post_revision_meta_keys | Determine which post meta fields should be revisioned. | wp-includes/revision.php |
wp_prime_option_caches | Primes specific options into the cache with a single database query. | wp-includes/option.php |
wp_prime_option_caches_by_group | Primes the cache of all options registered with a specific option group. | wp-includes/option.php |
wp_print_font_faces | Generates and prints font-face styles for given fonts or theme.json fonts. | wp-includes/fonts.php |
wp_register_background_support | Registers the style block attribute for block types that support it. | wp-includes/block-supports/background.php |
wp_remove_surrounding_empty_script_tags | Removes leading and trailing _empty_ script tags. | wp-includes/script-loader.php |
wp_render_background_support | Renders the background styles to the block wrapper. | wp-includes/block-supports/background.php |
wp_restore_post_revision_meta | Restore the revisioned meta values for a post. | wp-includes/revision.php |
wp_save_post_revision_on_insert | Saves revisions for a post after all changes have been made. | wp-includes/revision.php |
wp_save_revisioned_meta_fields | Save the revisioned meta fields. | wp-includes/revision.php |
wp_set_options_autoload | Sets the autoload value for multiple options in the database. | wp-includes/option.php |
wp_set_option_autoload | Sets the autoload value for an option in the database. | wp-includes/option.php |
wp_set_option_autoload_values | Sets the autoload values for multiple options in the database. | wp-includes/option.php |
wp_trigger_error | Generates a user-level error/warning/notice/deprecation message. | wp-includes/functions.php |
wp_unique_prefixed_id | Generates an incremental ID that is independent per each different prefix. | wp-includes/functions.php |
_deprecated_class | Marks a class as deprecated and informs when it has been used. | wp-includes/functions.php |
_inject_theme_attribute_in_template_part_block | Injects the active theme's stylesheet as a `theme` attribute
into a given template part block. | wp-includes/block-template-utils.php |
_prime_post_parent_id_caches | Prime the cache containing the parent ID of various post objects. | wp-includes/post.php |
_remove_theme_attribute_from_template_part_block | Removes the `theme` attribute from a given template part block. | wp-includes/block-template-utils.php |
_wp_copy_post_meta | Copy post meta for the given key from one post to another. | wp-includes/revision.php |
_wp_preview_meta_filter | Filters preview post meta retrieval to get values from the autosave. | wp-includes/revision.php |