apply_filters( ‘is_multi_author’, bool $is_multi_author )

In this article

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

Parameters

$is_multi_authorbool
Whether $is_multi_author should evaluate as true.

Source

return apply_filters( 'is_multi_author', (bool) $is_multi_author );

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.