WP_Roles::get_names(): string[]

Retrieves a list of role names.


Return

string[] List of role names.


Top ↑

Source

File: wp-includes/class-wp-roles.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes

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