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



wp_list_users_args › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'wp_list_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_list_users() combined with the defaults.
    Richiesto:
Definito a:
Codex:

Filters the query arguments for the list of all users of the site.





Sorgenti

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