Filters the query arguments used to retrieve users for the current users list table.
$argsarraywp-admin/includes/class-wp-ms-users-list-table.php:93WP_MS_Users_List_Table::prepare_items()wp-admin/includes/class-wp-users-list-table.php:137WP_Users_List_Table::prepare_items() * * @since 4.4.0 * * @param array $args Arguments passed to WP_User_Query to retrieve items for the current * users list table. */ $args = apply_filters( 'users_list_table_query_args', $args ); // Query the user IDs for this page. $wp_user_search = new WP_User_Query( $args ); $this->items = $wp_user_search->get_results();Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.