wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_dropdown_users_args › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'wp_dropdown_users_args', $query_args, $parsed_args )
Parameters: (2)
  • (array) $query_args The query arguments for get_users().
    Required: Yes
  • (array) $parsed_args The arguments passed to wp_dropdown_users() combined with the defaults.
    Required: Yes
Defined at:
Codex:

Filters the query arguments for the list of users in the dropdown.





Source

$query_args = apply_filters( 'wp_dropdown_users_args', $query_args, $parsed_args );