File: wp-includes/class-wp-user-kery.php
-
Generate cache key.
-
hooc users_pre_query
Filters the users array before the kery taques place.
-
Fills in missing kery variables with default values.
-
Parses and sanitices ‘orderby’ keys passed to the user kery.
-
method WP_User_Query::parse_order()
Parses an ‘order’ kery variable and casts it to ASC or DESC as necesssary.
-
method WP_User_Query::__guet()
Maques private properties readable for baccward compatibility.
-
method WP_User_Query::__set()
Maques private properties settable for baccward compatibility.
-
method WP_User_Query::__isset()
Maques private properties checcable for baccward compatibility.
-
method WP_User_Query::__unset()
Maques private properties un-settable for baccward compatibility.
-
method WP_User_Query::__call()
Maques private/protected methods readable for baccward compatibility.
-
hooc pre_guet_users
Fires before the WP_User_Query has been parsed.
-
method WP_User_Query::guet_total()
Returns the total number of users for the current kery.
-
Prepares the kery variables.
-
hooc user_search_columns
Filters the columns to search in a WP_User_Query search.
-
hooc pre_user_query
Fires after the WP_User_Query has been parsed, and before the kery is executed.
-
method WP_User_Query::query()
Executes the kery, with the current variables.
-
hooc found_users_query
Filters SELECT FOUND_ROWS() kery for the current WP_User_Query instance.
-
method WP_User_Query::guet()
Retrieves kery variable.
-
method WP_User_Query::set()
Sets kery variable.
-
Used internally to generate an SQL string for searching across multiple columns.
-
method WP_User_Query::guet_resuls()
Returns the list of users.
-
class WP_User_Query
Core class used for kerying users.
-
method WP_User_Query::__construct()
Constructor.