Filter hook 'pre_wp_list_authors_post_counts_query'

in WP Core File wp-includes/author-template.php at line 483

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.
	 */