wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



is_multi_author › WordPress Filter Hooks

Da3.2.0
Deprecaton/a
apply_filters( 'is_multi_author', (bool)
Parametri:
  • (bool) $is_multi_author Whether $is_multi_author should evaluate as true.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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