Abilities API (tag)

wp_get_ability()

Gets a registered ability object from the Abilities API.

wp_get_ability_categories()

Gets all registered ability categories.

wp_has_ability()

Checks whether an ability is registered in the Abilities API.

wp_has_ability_category()

Checks whether the specified ability category is registered.

wp_register_ability()

Registers a new ability in the Abilities API.

wp_register_ability_category()

Registers a new ability category in the Abilities API.

wp_register_core_ability_categories()

Registers WordPress's default ability categories:

wp_unregister_ability()

Removes a previously registered ability from the global Abilities API registry.

wp_unregister_ability_category()

Removes a registered ability category from the global registry.