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`.
Used by