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