wpseek.com
A WordPress-centric search engine for devs and theme authors



use_google_chrome_frame › WordPress Filter Hooks

Since3.2.0
Deprecatedn/a
apply_filters( 'use_google_chrome_frame', $is_admin )
Parameters:
  • (bool) $is_admin Whether to use the Google Chrome Frame. Default is the value of is_admin().
    Required: Yes
Defined at:
Codex:

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





Source

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