use_google_chrome_frame WordPress Filter Hook
The use_google_chrome_frame hook allows Wordpress to automatically use Google Chrome Frame when it is installed and enabled. This can improve the performance of your website, especially if you are using heavy plugins or themes.
apply_filters( 'use_google_chrome_frame', bool $is_admin ) #
Filters whether Google Chrome Frame should be used, if available.
Contents
Parameters
- $is_admin
(bool)Whether to use the Google Chrome Frame. Default is the value of is_admin().
Source
File: wp-includes/vars.php
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |