wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_dropdown_users_args › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'wp_dropdown_users_args', $query_args, $parsed_args )
Parametri: (2)
  • (array) $query_args The query arguments for get_users().
    Richiesto:
  • (array) $parsed_args The arguments passed to wp_dropdown_users() combined with the defaults.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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