WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about is_multi_author

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/author-template.php apply_filters 616 /**
* 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.
*/

Hook Parameters

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