W3cubDocs

/WordPress

apply_filters( ‘users_list_table_query_args’, array $args )

Filters the query arguments used to retrieve users for the current users list table.

Parameters

$argsarray
Arguments passed to WP_User_Query to retrieve items for the current users list table.

Source

$args = apply_filters( 'users_list_table_query_args', $args );

Changelog

Version Description
4.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/users_list_table_query_args