New and updated in 6.6.0
-
Processes the interactivity directives contained within the HTML content and updates the markup accordingly.
Used by 2 functions | Uses 3 functions | Source: wp-includes/interactivity-api/class-wp-interactivity-api.php:473 -
Returns the latest value on the context stack with the passed namespace.
Used by 0 functions | Uses 2 functions | Source: wp-includes/interactivity-api/class-wp-interactivity-api.php:316 -
Merges two sets of spacing size presets.
-
Generates a set of spacing sizes by starting with a medium size and applying an operator with an increment value to generate the rest of the sizes outward from the medium size. The medium slug is ’50’ with the rest of the slugs being 10 apart. The generated names use t-shirt sizing.
-
Collects valid block style variations keyed by block type.
-
Scopes the selectors for a given style node.
-
Unwraps shared block style variations.
-
Wakeup magic method.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:849 -
Sets a pop handler that will be called when an item is popped off the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:86 -
Sets a push handler that will be called when an item is pushed onto the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:100 -
functionwp_interactivity_get_context()
Gets the current Interactivity API context for a given namespace.
Used by 0 functions | Uses 1 function | Source: wp-includes/interactivity-api/interactivity-api.php:125 -
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.
-
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.
-
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.