New and updated in 6.0.0
-
Retrieves all block pattern categories.
-
Prepare a raw block pattern category before it gets output in a REST API response.
-
Retrieves the block pattern category schema, conforming to JSON Schema.
-
function_wp_get_iframed_editor_assets()
Collect the block editor assets that need to be loaded into the editor’s iframe.
-
functionwp_get_list_item_separator()
Retrieves the list item separator based on the locale.
-
function_resolve_home_block_template()
Returns the correct template for the site’s home page.
-
functionwp_cache_flush_runtime()
Removes all cache items from the in-memory runtime cache.
-
functionwp_cache_delete_multiple()
Deletes multiple values from the cache in one call.
-
functionwp_cache_add_multiple()
Adds multiple values to the cache in one call.
-
functionwp_cache_set_multiple()
Sets multiple values to the cache in one call.
-
Runs the theme.json webfonts handler.
-
Registers development scripts that integrate with `@wordpress/scripts`.
-
functionwp_recursive_ksort()
Sorts the keys of an array alphabetically.
-
hookpre_wp_filesize
Filters the result of wp_filesize before the PHP function is run.
-
hookwp_filesize
Filters the size of the file.
-
functionwp_filesize()
Wrapper for PHP filesize with filters and casting the result as an integer.
-
Filters whether to send the retrieve password email.
-
Filters the contents of the reset password notification email sent to the user.
-
functionwp_maybe_update_user_counts()
Updates the total count of users on the site if live user counting is enabled.
-
functionwp_update_user_counts()
Updates the total count of users on the site.
-
functionwp_schedule_update_user_counts()
Schedules a recurring recalculation of the total count of users.
-
functionwp_is_large_user_count()
Determines whether the site has a large number of users.
-
Filters whether the site is considered large, based on its number of users.
-
Deletes multiple values from the cache in one call.
-
Sets multiple values to the cache in one call.
-
Adds multiple values to the cache in one call.
-
Returns the current theme’s wanted patterns(slugs) to be registered from Pattern Directory.
-
Returns a valid theme.json as provided by a theme.
-
For metadata values that can either be booleans or paths to booleans, gets the value.
-
functionwp_is_theme_directory_ignored()
Determines whether a theme directory should be ignored during export.