New and updated in 6.9.0
-
functionwp_has_ability_category()
Checks if an ability category is registered.
-
functionwp_register_ability()
Registers a new ability using the Abilities API. It requires three steps:
-
functionwp_unregister_ability()
Unregisters an ability from the Abilities API.
-
functionwp_has_ability()
Checks if an ability is registered.
-
functionwp_get_ability()
Retrieves a registered ability.
-
functionwp_get_abilities()
Retrieves all registered abilities.
-
functionwp_register_ability_category()
Registers a new ability category.
-
functionwp_unregister_ability_category()
Unregisters an ability category.
-
functionwp_cache_set_multiple_salted()
Stores multiple pieces of salted data in the cache.
-
functionwp_cache_set_salted()
Stores salted data in the cache.
-
functionwp_cache_get_multiple_salted()
Retrieves multiple items from the cache, only considering valid and unchanged items.
-
functionwp_cache_get_salted()
Retrieves cached data if valid and unchanged.
-
Retrieves the list of block attributes supported by block bindings.
-
Filters the supported block attributes for block bindings.
-
Filters the supported block attributes for block bindings.
-
Gets value for Post Data source.
-
Registers Post Data source in the block bindings registry.
-
Gets value for Term Data source.
-
Registers Term Data source in the block bindings registry.
-
Serializes the currently-matched token.
Used by 1 function | Uses 8 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1328 -
Sets the modifiable text for the matched token, if matched.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3769 -
Fires immediately before including the template.
-
Registers the routes for ability categories.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php:44 -
Retrieves all ability categories.
Used by 0 functions | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php:88 -
Retrieves a specific ability category.
-
Checks if a given request has access to read ability categories.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php:166 -
Checks if a given request has access to read an ability category.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php:178 -
Prepares an ability category for response.
-
Retrieves the ability category’s schema, conforming to JSON Schema.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php:232 -
Retrieves the query params for collections.
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php:275