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
-
Arguments passed to WP_User_Query to retrieve items for the current users list table.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |