Filter hook 'use_google_chrome_frame'

in WP Core File wp-includes/vars.php at line 84

Description

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

Occurrences

Filename Line Number
wp-includes/vars.php 84

Parameters

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

PHP Doc

/**
			 * Filters whether Google Chrome Frame should be used, if available.
			 *
			 * @since 3.2.0
			 *
			 * @param bool $is_admin Whether to use the Google Chrome Frame. Default is the value of is_admin().
			 */