New and updated in 6.6.0
-
Generate block style variation instance name.
-
Migrates from v2 to v3.
-
functionis_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.
-
functionwp_get_l10n_php_file_data()
Extracts headers from a PHP translation file.
-
functionwp_autoload_values_to_autoload()
Returns the values that trigger autoloading from the options table.
-
Filters the autoload values that should be considered for autoloading from the options table.
-
Filters the maximum size of option value in bytes.
-
Determines the appropriate autoload value for an option based on input.
-
Allows to determine the default autoload value for an option where no explicit value is passed.
-
Filters the default autoload value to disable autoloading if the option value is too large.
-
functionwp_prime_site_option_caches()
Primes specific network options for the current network into the cache with a single database query.
-
functionwp_prime_network_option_caches()
Primes specific network options into the cache with a single database query.
-
Returns theme JSON object.
-
Export the token map for quick loading in PHP source code.
-
Compares two strings, returning the longest, or whichever is first alphabetically if they are the same length.
-
Creates a token map from a pre-computed table.
-
methodWP_Token_Map::contains()
Indicates if a given word is a lookup key in the map.
-
If the text starting at a given offset is a lookup key in the map, return the corresponding transformation from the map, else `false`.
-
Finds a match for a short word at the index.
-
classWP_Token_Map
WP_Token_Map class.
-
Create a token map using an associative array of key/value pairs as the input.
-
Gets the rules group.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:126 -
Sets the rules group.
Used by 1 function | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine-css-rule.php:114 -
Filters the determined languages directory path for a specific domain and locale.
-
functionresolve_pattern_blocks()
Replaces patterns in a block tree with their content.
-
Hooks into the REST API response for the core/navigation block and adds the first and last inner blocks.
-
functionapply_block_hooks_to_content()
Runs the hooked blocks algorithm on the given content.
-
functionremove_serialized_parent_block()
Accepts the serialized markup of a block and its inner blocks, and returns serialized markup of the inner blocks.
-
Updates the wp_postmeta with the list of ignored hooked blocks where the inner blocks are stored as post content.
-
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.