apply_filters( 'wp_dropdown_users_args', array $query_args , array $r )
Filters the query arguments for the list of users in the dropdown.
Parameters
- $query_args
-
The query arguments for get_users().
- $r
-
The arguments passed to wp_dropdown_users() combined with the defaults.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |