On this page
apply_filters( 'is_multi_author', bool $is_multi_author )
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
File: wp-includes/author-template.php. View all references
return apply_filters( 'is_multi_author', (bool) $is_multi_author );
Related
Used By
| Used By | Description |
|---|---|
| is_multi_author() wp-includes/author-template.php | Determines whether this site has more than one author. |
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/is_multi_author