WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about use_google_chrome_frame

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/vars.php apply_filters 82 /**
* 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().
*/

Hook Parameters

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