build_comment_query_vars_from_block | Helper function that constructs a comment query vars array from the passed
block properties. | wp-includes/blocks.php |
get_comments_pagination_arrow | Helper function that returns the proper pagination arrow HTML for
`CommentsPaginationNext` and `CommentsPaginationPrevious` blocks based on the
provided `paginationArrow` from `CommentsPagination` context. | wp-includes/blocks.php |
wp_cache_add_multiple | Adds multiple values to the cache in one call. | wp-includes/cache.php |
wp_cache_delete_multiple | Deletes multiple values from the cache in one call. | wp-includes/cache.php |
wp_cache_flush_runtime | Removes all cache items from the in-memory runtime cache. | wp-includes/cache.php |
wp_cache_set_multiple | Sets multiple values to the cache in one call. | wp-includes/cache.php |
wp_filesize | Wrapper for PHP filesize with filters and casting the result as an integer. | wp-includes/functions.php |
wp_get_elements_class_name | Get the elements class names. | wp-includes/block-supports/elements.php |
wp_get_list_item_separator | Retrieves the list item separator based on the locale. | wp-includes/l10n.php |
wp_is_large_user_count | Determines whether the site has a large number of users. | wp-includes/user.php |
wp_is_theme_directory_ignored | Determines whether a theme directory should be ignored during export. | wp-includes/block-template-utils.php |
wp_maybe_update_user_counts | Updates the total count of users on the site if live user counting is enabled. | wp-includes/user.php |
wp_recursive_ksort | Sorts the keys of an array alphabetically. | wp-includes/functions.php |
wp_register_development_scripts | Registers development scripts that integrate with `@wordpress/scripts`. | wp-includes/script-loader.php |
wp_render_elements_support_styles | Render the elements stylesheet. | wp-includes/block-supports/elements.php |
wp_restore_image_outer_container | For themes without theme.json file, make sure
to restore the outer div for the aligned image block
to avoid breaking styles relying on that div. | wp-includes/block-supports/layout.php |
wp_schedule_update_user_counts | Schedules a recurring recalculation of the total count of users. | wp-includes/user.php |
wp_should_skip_block_supports_serialization | Checks whether serialization of the current block's supported properties
should occur. | wp-includes/block-supports/utils.php |
wp_update_user_counts | Updates the total count of users on the site. | wp-includes/user.php |
_register_remote_theme_patterns | Registers patterns from Pattern Directory provided by a theme's
`theme.json` file. | wp-includes/block-patterns.php |
_register_theme_block_patterns | Register any patterns that the active theme may provide under its
`./patterns/` directory. Each pattern is defined as a PHP file and defines
its metadata using plugin-style headers. The minimum required definition is: | wp-includes/block-patterns.php |
_resolve_home_block_template | Returns the correct template for the site's home page. | wp-includes/block-template.php |
_wp_get_iframed_editor_assets | Collect the block editor assets that need to be loaded into the editor's iframe. | wp-includes/block-editor.php |
_wp_theme_json_webfonts_handler | Runs the theme.json webfonts handler. | wp-includes/script-loader.php |