WP_Roles::get_names()
Retrieve list of role names.
Return
(string[]) List of role names.
Source
File: wp-includes/class-wp-roles.php
public function get_names() {
return $this->role_names;
} Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_roles/get_names