wpseek.com
WordPress开发者和主题制作者的搜索引擎



is_multi_author › WordPress过滤钩子

Since3.2.0
已弃用n/a
apply_filters( 'is_multi_author', (bool)
参数:
  • (bool) $is_multi_author Whether $is_multi_author should evaluate as true.
    Required: Yes
定义在:
文档:

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





源码

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