WP_User_Query::get_results()
Returns the list of users.
Return
(array) Array of results.
Source
File: wp-includes/class-wp-user-query.php
public function get_results() {
return $this->results;
}
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |