WP_Ability_Categories_Registry::get_all_registered(): array<string,

In this article

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

Return

array<string, WP_Ability_Category> The array of registered ability categories.

Source

public function get_all_registered(): array {
	return $this->registered_categories;
}

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.