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



wpmu_active_signup › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'wpmu_active_signup', $active_signup )
参数:
  • (string) $active_signup String that returns registration type. The value can be 'all', 'none', 'blog', or 'user'.
    Required: Yes
定义在:
文档:

Filters the type of site sign-up.





源码

$active_signup = apply_filters( 'wpmu_active_signup', $active_signup );