W3cubDocs

/WordPress

WP_Roles::get_names(): string[]

Retrieves a list of role names.

Return

string[] List of role names.

Source

public function get_names() {
	return $this->role_names;
}

Changelog

Version Description
2.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_roles/get_names