On this page
WP_User_Search::get_results(): array
Retrieves the user search query results.
Return
array
Source
File: wp-admin/includes/deprecated.php. View all references
public function get_results() {
return (array) $this->results;
}
Related
Used By
| Used By | Description |
|---|---|
| WP_MS_Users_List_Table::prepare_items() wp-admin/includes/class-wp-ms-users-list-table.php | |
| WP_Users_List_Table::prepare_items() wp-admin/includes/class-wp-users-list-table.php | Prepare the users list for display. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_user_search/get_results