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



pre_wp_list_authors_post_counts_query › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
Parameters: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Required: Yes
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Required: Yes
Defined at:
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 );