wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_list_users_args › Filtr WordPress Hooks

Od6.1.0
Przestarzałyn/a
apply_filters( 'wp_list_users_args', $query_args, $parsed_args )
Parametry: (2)
  • (array) $query_args The query arguments for get_users().
    Wymagane: Tak
  • (array) $parsed_args The arguments passed to wp_list_users() combined with the defaults.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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