apply_filters( 'pre_wp_list_authors_post_counts_query', int[]|false $post_counts , array $parsed_args )
Filters whether to short-circuit performing the query for author post counts.
Parameters
- $post_counts
-
Array of post counts, keyed by author ID.
- $parsed_args
-
The arguments passed to wp_list_authors() combined with the defaults.
Source
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |