wpseek.com
A WordPress-centric search engine for devs and theme authors



is_multi_author › WordPress Filter Hooks

Since3.2.0
Deprecatedn/a
apply_filters( 'is_multi_author', (bool)
Parameters:
  • (bool) $is_multi_author Whether $is_multi_author should evaluate as true.
    Required: Yes
Defined at:
Codex:

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





Source

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