wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_list_users_args › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'wp_list_users_args', $query_args, $parsed_args )
Parameter: (2)
  • (array) $query_args The query arguments for get_users().
    Erforderlich: Ja
  • (array) $parsed_args The arguments passed to wp_list_users() combined with the defaults.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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