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



allowed_themes › WordPress过滤钩子

SinceMU (3.0.0)
已弃用n/a
apply_filters( 'allowed_themes', $allowed_themes )
参数:
  • (string[]) $allowed_themes An array of theme stylesheet names.
    Required: Yes
定义在:
文档:

Filters the array of themes allowed on the network.





源码

$allowed_themes = apply_filters( 'allowed_themes', $allowed_themes );