wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



use_google_chrome_frame › WordPress Filter Hooks

Seit3.2.0
Veraltetn/v
apply_filters( 'use_google_chrome_frame', $is_admin )
Parameter:
  • (bool) $is_admin Whether to use the Google Chrome Frame. Default is the value of is_admin().
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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