• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register

WordPress.org

  • Showcase
  • Learn
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
    • Five for the Future
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / wp-includes/class-wp-user-query.php

users_pre_query

Filter Hook: Filters the users array before the query takes place.

Source: wp-includes/class-wp-user-query.php:611

Used by 1 function | Uses 0 functions

WP_User_Query::fill_query_vars()

Method: Fills in missing query variables with default values.

Source: wp-includes/class-wp-user-query.php:90

Used by 1 function | Uses 2 functions

WP_User_Query::parse_orderby()

Method: Parse and sanitize ‘orderby’ keys passed to the user query.

Source: wp-includes/class-wp-user-query.php:752

Used by 1 function | Uses 4 functions

WP_User_Query::parse_order()

Method: Parse an ‘order’ query variable and cast it to ASC or DESC as necessary.

Source: wp-includes/class-wp-user-query.php:809

Used by 1 function | Uses 0 functions

WP_User_Query::__get()

Method: Make private properties readable for backward compatibility.

Source: wp-includes/class-wp-user-query.php:829

Used by 0 functions | Uses 0 functions

WP_User_Query::__set()

Method: Make private properties settable for backward compatibility.

Source: wp-includes/class-wp-user-query.php:844

Used by 0 functions | Uses 0 functions

WP_User_Query::__isset()

Method: Make private properties checkable for backward compatibility.

Source: wp-includes/class-wp-user-query.php:858

Used by 0 functions | Uses 0 functions

WP_User_Query::__unset()

Method: Make private properties un-settable for backward compatibility.

Source: wp-includes/class-wp-user-query.php:871

Used by 0 functions | Uses 0 functions

WP_User_Query::__call()

Method: Make private/protected methods readable for backward compatibility.

Source: wp-includes/class-wp-user-query.php:886

Used by 0 functions | Uses 1 function

pre_get_users

Action Hook: Fires before the WP_User_Query has been parsed.

Source: wp-includes/class-wp-user-query.php:229

Used by 1 function | Uses 0 functions

WP_User_Query::get_total()

Method: Return the total number of users for the current query.

Source: wp-includes/class-wp-user-query.php:738

Used by 0 functions | Uses 0 functions

WP_User_Query::prepare_query()

Method: Prepare the query variables.

Source: wp-includes/class-wp-user-query.php:211

Used by 1 function | Uses 19 functions

user_search_columns

Filter Hook: Filters the columns to search in a WP_User_Query search.

Source: wp-includes/class-wp-user-query.php:549

Used by 1 function | Uses 0 functions

pre_user_query

Action Hook: Fires after the WP_User_Query has been parsed, and before the query is executed.

Source: wp-includes/class-wp-user-query.php:580

Used by 1 function | Uses 0 functions

WP_User_Query::query()

Method: Execute the query, with the current variables.

Source: wp-includes/class-wp-user-query.php:590

Used by 1 function | Uses 9 functions

found_users_query

Filter Hook: Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance.

Source: wp-includes/class-wp-user-query.php:634

Used by 1 function | Uses 0 functions

WP_User_Query::get()

Method: Retrieve query variable.

Source: wp-includes/class-wp-user-query.php:668

Used by 1 function | Uses 0 functions

WP_User_Query::set()

Method: Set query variable.

Source: wp-includes/class-wp-user-query.php:684

Used by 0 functions | Uses 0 functions

WP_User_Query::get_search_sql()

Method: Used internally to generate an SQL string for searching across multiple columns

Source: wp-includes/class-wp-user-query.php:701

Used by 2 functions | Uses 2 functions

WP_User_Query::get_results()

Method: Return the list of users.

Source: wp-includes/class-wp-user-query.php:727

Used by 0 functions | Uses 0 functions

WP_User_Query::__construct()

Method: PHP5 constructor.

Source: wp-includes/class-wp-user-query.php:75

Used by 7 functions | Uses 2 functions

WP_User_Query

Class: Core class used for querying users.

Source: wp-includes/class-wp-user-query.php:17

Used by 0 functions | Uses 0 functions
  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.