apply_block_hooks_to_content | Runs the hooked blocks algorithm on the given content. | wp-includes/blocks.php |
block_core_list_render | Adds the wp-block-list class to the rendered list block. | wp-includes/blocks/list.php |
insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata | Returns the markup for blocks hooked to the given anchor block in a specific relative position and then
adds a list of hooked block types to an anchor block's ignored hooked block types. | wp-includes/blocks.php |
insert_hooked_blocks_into_rest_response | Hooks into the REST API response for the core/navigation block and adds the first and last inner blocks. | wp-includes/blocks.php |
is_utf8_charset | Indicates if a given slug for a character set represents the UTF-8
text encoding. If not provided, examines the current blog's charset. | wp-includes/functions.php |
register_block_core_button | Registers the `core/button` block on server. | wp-includes/blocks/button.php |
register_block_core_list | Registers the `core/list` block on server. | wp-includes/blocks/list.php |
register_block_core_media_text | Registers the `core/media-text` block renderer on server. | wp-includes/blocks/media-text.php |
remove_serialized_parent_block | Accepts the serialized markup of a block and its inner blocks, and returns serialized markup of the inner blocks. | wp-includes/blocks.php |
render_block_core_button | Renders the `core/button` block on the server, | wp-includes/blocks/button.php |
render_block_core_media_text | Renders the `core/media-text` block on server. | wp-includes/blocks/media-text.php |
resolve_pattern_blocks | Replaces patterns in a block tree with their content. | wp-includes/blocks.php |
update_ignored_hooked_blocks_postmeta | Updates the wp_postmeta with the list of ignored hooked blocks where the inner blocks are stored as post content. | wp-includes/blocks.php |
wp_add_parent_layout_to_parsed_block | Check if the parent block exists and if it has a layout attribute. | wp-includes/block-supports/layout.php |
wp_autoload_values_to_autoload | Returns the values that trigger autoloading from the options table. | wp-includes/option.php |
wp_create_block_style_variation_instance_name | Generate block style variation instance name. | wp-includes/deprecated.php |
wp_determine_option_autoload_value | Determines the appropriate autoload value for an option based on input. | wp-includes/option.php |
wp_enqueue_block_style_variation_styles | Enqueues styles for block style variations. | wp-includes/block-supports/block-style-variations.php |
wp_filter_default_autoload_value_via_option_size | Filters the default autoload value to disable autoloading if the option value is too large. | wp-includes/option.php |
wp_get_block_style_variation_name_from_class | Determines the block style variation names within a CSS class string. | wp-includes/block-supports/block-style-variations.php |
wp_get_l10n_php_file_data | Extracts headers from a PHP translation file. | wp-includes/l10n.php |
wp_interactivity_get_context | Gets the current Interactivity API context for a given namespace. | wp-includes/interactivity-api/interactivity-api.php |
wp_prime_network_option_caches | Primes specific network options into the cache with a single database query. | wp-includes/option.php |
wp_prime_site_option_caches | Primes specific network options for the current network into the cache with a single database query. | wp-includes/option.php |
wp_register_block_style_variations_from_theme_json_partials | Registers block style variations read in from theme.json partials. | wp-includes/block-supports/block-style-variations.php |
wp_render_block_style_variation_class_name | Ensure the variation block support class name generated and added to
block attributes in the `render_block_data` filter gets applied to the
block's markup. | wp-includes/block-supports/block-style-variations.php |
wp_render_block_style_variation_support_styles | Render the block style variation's styles. | wp-includes/block-supports/block-style-variations.php |
wp_render_elements_class_name | Ensure the elements block support class name generated, and added to
block attributes, in the `render_block_data` filter gets applied to the
block's markup. | wp-includes/block-supports/elements.php |
wp_resolve_block_style_variation_ref_values | Recursively resolves any `ref` values within a block style variation's data. | wp-includes/block-supports/block-style-variations.php |
wp_should_add_elements_class_name | Determines whether an elements class name should be added to the block. | wp-includes/block-supports/elements.php |