wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_list_authors_args › Les Filtres WordPress

Depuis6.1.0
Dépréciéen/a
apply_filters( 'wp_list_authors_args', $query_args, $parsed_args )
Paramètres: (2)
  • (array) $query_args The query arguments for get_users().
    Requis: Oui
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Requis: Oui
Défini(e) dans:
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 );