Description
Filters whether to short-circuit performing the query for author post counts.
Occurrences
Filename | Line Number |
---|---|
wp-includes/author-template.php | 483 |
Parameters
Type | Name | Description |
---|---|---|
int[]|false | $post_counts | Array of post counts, keyed by author ID. |
array | $parsed_args | The arguments passed to wp_list_authors() combined with the defaults. |
PHP Doc
/**
* Filters whether to short-circuit performing the query for author post counts.
*
* @since 6.1.0
*
* @param int[]|false $post_counts Array of post counts, keyed by author ID.
* @param array $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
*/