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



wp_using_themes › WordPress过滤钩子

Since5.1.0
已弃用n/a
apply_filters( 'wp_using_themes', defined( 'WP_USE_THEMES' )
参数:
  • (bool) $wp_using_themes Whether the current request should use themes.
    Required: Yes
定义在:
文档:

Filters whether the current request should use themes.





源码

return apply_filters( 'wp_using_themes', defined( 'WP_USE_THEMES' ) && WP_USE_THEMES );