wp-admin/includes/deprecated.php:339WordPress User Search class.
Every hook that fires from inside WP_User_Search, in the order it appears in the class, grouped by the method that fires it.
$resultsmixedpublic$search_termstringpublic$pageintpublic$rolestringpublic$raw_pageint|boolpublic$users_per_pageintpublic$first_userintpublic$last_userintpublic$query_limitstringpublic$query_orderbystringpublic$query_fromstringpublic$query_wherestringpublic$total_users_for_queryintpublic$too_many_total_usersboolpublic$search_errorsWP_Errorpublic$paging_textstringpublicclass WP_User_Search { /** * {@internal Missing Description}} * * @since 2.1.0 * @access private * @var mixed */ var $results; /** * {@internal Missing Description}} * * @since 2.1.0 * @access private * @var string */ var $search_term; /** * Page number. * * @since 2.1.0 * @access private * @var int */ var $page; /** * Role name that users have. * * @since 2.5.0 * @access private * @var string */ var $role; /** * Raw page number. * * @since 2.1.0 * @access private * @var int|bool */ var $raw_page; /** * Amount of users to display per page. * * @since 2.1.0 * @access public * @var int */ var $users_per_page = 50; /** * {@internal Missing Description}} * * @since 2.1.0 * @access private * @var int */ var $first_user; /** * {@internal Missing Description}} * * @since 2.1.0 * @access private * @var int */ var $last_user; /** * {@internal Missing Description}} * * @since 2.1.0 * @access private * @var stringIntroduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/deprecated.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.