Filter hook 'is_multi_author'

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

Description

Filters whether the site has more than one author with published posts.

Occurrences

Filename Line Number
wp-includes/author-template.php 619

Parameters

Type Name Description
bool $is_multi_author Whether $is_multi_author should evaluate as true.

PHP Doc

/**
	 * Filters whether the site has more than one author with published posts.
	 *
	 * @since 3.2.0
	 *
	 * @param bool $is_multi_author Whether $is_multi_author should evaluate as true.
	 */