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.


Parameters

$is_admin

(bool)Whether to use the Google Chrome Frame. Default is the value of is_admin().


Top ↑

Source

File: wp-includes/vars.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.