Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 829 | /** * Filters the query arguments for the list of all users of the site. * * @since 6.1.0 * * @param array $query_args The query arguments for get_users(). * @param array $parsed_args The arguments passed to wp_list_users() combined with the defaults. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $query_args | The query arguments for get_users(). |
array | $parsed_args | The arguments passed to wp_list_users() combined with the defaults. |