use_google_chrome_frame

use_google_chrome_frame

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('use_google_chrome_frame') is found 1 times:

  • /wp-includes/vars.php line 84
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
         * @since 3.2.0
         *
         * @param bool $is_admin Whether to use the Google Chrome Frame. Default is the value of is_admin().
         */
        $is_chrome = apply_filters( 'use_google_chrome_frame', $is_admin );
        if ( $is_chrome ) {
            header( 'X-UA-Compatible: chrome=1' );
        }
        $is_winIE = ! $is_chrome;
    } else {
        $is_chrome = true;