apply_block_hooks_to_content_from_post_object | Run the Block Hooks algorithm on a post object's content. | wp-includes/blocks.php |
array_all | Polyfill for `array_all()` function added in PHP 8.4. | wp-includes/compat.php |
array_any | Polyfill for `array_any()` function added in PHP 8.4. | wp-includes/compat.php |
array_find | Polyfill for `array_find()` function added in PHP 8.4. | wp-includes/compat.php |
array_find_key | Polyfill for `array_find_key()` function added in PHP 8.4. | wp-includes/compat.php |
is_post_embeddable | Determines whether a post is embeddable. | wp-includes/post.php |
register_block_core_query_total | Registers the `query-total` block. | wp-includes/blocks/query-total.php |
render_block_core_query_total | Renders the `query-total` block on the server. | wp-includes/blocks/query-total.php |
wp_apply_aria_label_support | Add the aria-label to the output. | wp-includes/block-supports/aria-label.php |
wp_ensure_editable_role | Stop execution if the role can not be assigned by the current user. | wp-admin/includes/ms.php |
wp_fast_hash | Returns a cryptographically secure hash of a message using a fast generic hash function. | wp-includes/functions.php |
wp_get_speculation_rules | Returns the full speculation rules data based on the configuration. | wp-includes/speculative-loading.php |
wp_get_speculation_rules_configuration | Returns the speculation rules configuration. | wp-includes/speculative-loading.php |
wp_initialize_site_preview_hooks | Initialize site preview. | wp-includes/block-editor.php |
wp_password_needs_rehash | Checks whether a password hash needs to be rehashed. | wp-includes/pluggable.php |
wp_print_speculation_rules | Prints the speculation rules. | wp-includes/speculative-loading.php |
wp_register_aria_label_support | Registers the aria-label block attribute for block types that support it. | wp-includes/block-supports/aria-label.php |
wp_register_block_types_from_metadata_collection | Registers all block types from a block metadata collection. | wp-includes/blocks.php |
wp_render_empty_block_template_warning | Renders a warning screen for empty block templates. | wp-includes/block-template.php |
wp_set_editor_default_mode | Sets the default editor mode based on support for block templates. | wp-includes/post.php |
wp_should_load_block_assets_on_demand | Checks whether block styles should be loaded only on-render. | wp-includes/script-loader.php |
wp_unique_id_from_values | Generates a unique ID based on the structure and values of a given array. | wp-includes/functions.php |
wp_verify_fast_hash | Checks whether a plaintext message matches the hashed value. Used to verify values hashed via wp_fast_hash(). | wp-includes/functions.php |
_wp_get_site_editor_redirection_url | Maps old site editor urls to the new updated ones. | wp-admin/site-editor.php |