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



wp_list_authors_args › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'wp_list_authors_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_list_authors() combined with the defaults.
    Required: Yes
Defined at:
Codex:

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





Source

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