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



pre_wp_list_authors_post_counts_query › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
Parameter: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Erforderlich: Ja
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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