users_list_table_query_args WordPress Filter Hook
The WordPress hook 'users_list_table_query_args' allows you to modify the arguments used in WP_User_Query. This can be useful for customizing the user list table.
apply_filters( 'users_list_table_query_args', array $args ) #
Filters the query arguments used to retrieve users for the current users list table.
Parameters
- $args
(array)Arguments passed to WP_User_Query to retrieve items for the current users list table.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |