allowed_themes

过滤钩子
apply_filters( 'allowed_themes', $allowed_themes )
参数
  • (string[]) $allowed_themes An array of theme stylesheet names.
    Required:
定义位置
相关勾子
site_allowed_themesall_themesnetwork_allowed_themesallowed_optionsdeleted_theme
相关方法
get_allowed_themesallowed_tagsget_site_allowed_themeswp_paused_themesget_themeswp_get_themes
引入
MU (3.0.0)
弃用
-

allowed_themes是一个过滤器,允许你修改允许在网站上使用的主题列表。该过滤器被应用于允许使用的主题列表,可以用来限制对某些主题的访问,或将新的主题添加到列表中。

过滤网络上允许的主题阵列。

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

常见问题

FAQs
查看更多 >