wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



is_multi_author › WordPress Filter Hooks

Seit3.2.0
Veraltetn/v
apply_filters( 'is_multi_author', (bool)
Parameter:
  • (bool) $is_multi_author Whether $is_multi_author should evaluate as true.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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