Core Class
View Source on Trac ↗
Core Class
WP_User_Search
class WP_User_Search
// Constructor: function Object() { [native code] } WordPress User Search class.
Methods 10 methods
| Method / Return | Description |
|---|---|
| __construct() WP_User_Search | PHP5 Constructor - Sets up the object properties.
Parameters: $search_term: mixed, $page: mixed, $role: mixed |
| WP_User_Search() WP_User_Search | PHP4 Constructor - Sets up the object properties.
Parameters: $search_term: mixed, $page: mixed, $role: mixed |
| prepare_query() void | Prepares the user search query (legacy). |
| query() void | Executes the user search query. |
| prepare_vars_for_template_usage() void | Prepares variables for use in templates. |
| do_paging() void | Handles paging for the user search query. |
| get_results() array | Retrieves the user search query results. |
| page_links() void | Displaying paging text. |
| results_are_paged() bool | Whether paging is enabled. |
| is_search() bool | Whether there are search terms. |
Properties
| Property / Type | Description |
|---|---|
| $results mixed public | No description available. |
| $search_term mixed public | No description available. |
| $page mixed public | No description available. |
| $role mixed public | No description available. |
| $raw_page mixed public | No description available. |
| $users_per_page mixed public | No description available. |
| $first_user mixed public | No description available. |
| $last_user mixed public | No description available. |
| $query_limit mixed public | No description available. |
| $query_orderby mixed public | No description available. |
| $query_from mixed public | No description available. |
| $query_where mixed public | No description available. |
| $total_users_for_query mixed public | No description available. |
| $too_many_total_users mixed public | No description available. |
| $search_errors mixed public | No description available. |
| $paging_text mixed public | No description available. |
Class Information
Since Version
2.1.0
Source File
wp-admin/includes/deprecated.php
Advertisement