is_multi_author WordPress Filter Hook

The is_multi_author Wordpress hook is used to check if a site has multiple authors. This can be useful for plugin and theme developers who need to target sites with multiple authors.

apply_filters( 'is_multi_author', bool $is_multi_author ) #

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


Parameters

$is_multi_author

(bool)Whether $is_multi_author should evaluate as true.


Top ↑

Source

File: wp-includes/author-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.