New and updated in 6.9.0
-
Prints the enqueued script module using script tags with type=”module” attributes.
-
Gets the highest fetch priority for the provided script IDs.
-
Prints the enqueued script modules in head.
-
function_wp_utf8_codepoint_span()
Given a starting offset within a string and a maximum number of code points, return how many bytes are occupied by the span of characters.
-
function_wp_has_noncharacters_fallback()
Fallback support for determining if a string contains Unicode noncharacters.
-
function_wp_utf8_encode_fallback()
Converts a string from ISO-8859-1 to UTF-8, maintaining backwards compatibility with the deprecated function from the PHP standard library.
-
function_wp_utf8_decode_fallback()
Converts a string from UTF-8 to ISO-8859-1, maintaining backwards compatibility with the deprecated function from the PHP standard library.
-
Gets IDs for queued script modules.
-
Checks if the provided fetchpriority is valid.
-
Sets the fetch priority for a script module.
-
Sets whether a script module should be printed in the footer.
-
function_wp_utf8_codepoint_count()
Returns how many code points are found in the given UTF-8 string.
-
function_wp_scan_utf8()
Finds spans of valid and invalid UTF-8 bytes in a given string.
-
function_wp_is_valid_utf8_fallback()
Fallback mechanism for safely validating UTF-8 bytes.
-
function_wp_scrub_utf8_fallback()
Fallback mechanism for replacing invalid spans of UTF-8 bytes.
-
Gets the highest fetch priority for a given script and all of its dependent scripts.
-
Checks if the provided fetchpriority is valid.
-
methodWP_Styles::add_data()
Overrides the add_data method from WP_Dependencies, to allow unsetting dependencies for conditional styles.
-
Fires when a term count is calculated, before it is updated in the database.
-
hookpost_states_html
Filters the HTML string of post states.
-
Filters the statuses available in the Quick Edit and Bulk Edit UI.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:2017 -
Tests whether search engine indexing is enabled.
-
Filters the plugin requirement validation response.
-
Fires before a network is populated.
-
Fires after a network is created when converting a single site to multisite.
-
Fires after a network is fully populated.
-
Filters the theme requirement validation response.
-
functionwp_has_ability_category()
Checks if an ability category is registered.
-
functionwp_get_ability_category()
Retrieves a registered ability category.