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



use_google_chrome_frame › WordPress过滤钩子

Since3.2.0
已弃用n/a
apply_filters( 'use_google_chrome_frame', $is_admin )
参数:
  • (bool) $is_admin Whether to use the Google Chrome Frame. Default is the value of is_admin().
    Required: Yes
定义在:
文档:

Filters whether Google Chrome Frame should be used, if available.





源码

$is_chrome = apply_filters( 'use_google_chrome_frame', $is_admin );