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



pre_wp_list_authors_post_counts_query › Les Filtres WordPress

Depuis6.1.0
Dépréciéen/a
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
Paramètres: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Requis: Oui
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to short-circuit performing the query for author post counts.





Source

$post_counts = apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args );