Retrieves the list of all registered ability categories.
Description
Do not use this method directly. Instead, use the wp_get_ability_categories() function.
See also
Source
public function get_all_registered(): array {
return $this->registered_categories;
}
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.