apply_filters( ‘nelio_content_is_multi_author’, boolean $is_multi_author )
Short-circuits the check to determine if site is multi author or not.
Parameters
- $is_multi_author boolean
(Required) whether site has multiple authors or not. Default:
null
.
Source
Changelog
Version | Description |
---|---|
2.3.4 | Introduced. |