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().
*/