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

(int[]|false) Array of post counts, keyed by author ID.

$parsed_args

(array) The arguments passed to wp_list_authors() combined with the defaults.


Source

File: wp-includes/author-template.php

View on GitHub



Changelog

Changelog
Version Description
6.1.0 Introduced.