New and updated in 6.8.0
-
Constructor.
-
Run the Block Hooks algorithm on a post object’s content.
-
Registers all block types from a block metadata collection.
-
functionwp_fast_hash()
Returns a cryptographically secure hash of a message using a fast generic hash function.
-
functionwp_verify_fast_hash()
Checks whether a plaintext message matches the hashed value. Used to verify values hashed via wp_fast_hash().
-
functionwp_unique_id_from_values()
Generates a unique ID based on the structure and values of a given array.
-
Prefixes the given URL path pattern with the base path for the given context.
-
Returns the default contexts used by the class.
-
Escapes a string for use in a URL pattern component.
-
Constructor.
-
Class for prefixing URL patterns.
-
Renders a warning screen for empty block templates.
-
Checks whether block styles should be loaded only on-render.
-
Filters whether block styles should be loaded on demand.
-
Filters the timestamp of the next scheduled event for the given hook.
-
Filter the `get_calendar` function arguments before they are used.
-
Filters the invalid password message shown on password-protected posts.
-
functionwp_ensure_editable_role()
Stop execution if the role can not be assigned by the current user.
-
Filters the display output of custom columns in the Network Users list table.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-ms-users-list-table.php:481 -
Maps old site editor urls to the new updated ones.
-
hookimport_filters
Fires at the end of the Import screen.
-
Sets Image Compression quality on a 1-100% scale. Handles WebP lossless images.
-
Hooks into the REST API response for the Posts endpoint and adds the first and last inner blocks.
-
functionapply_block_hooks_to_content()
Runs the hooked blocks algorithm on the given content.
-
Updates the wp_postmeta with the list of ignored hooked blocks where the inner blocks are stored as post content.
-
Loads classic theme styles on classic themes in the frontend.
-
Updates an application password.