apply_filters( ‘use_google_chrome_frame’, bool $is_admin )

In this article

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

Parameters

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

Source

$is_chrome = apply_filters( 'use_google_chrome_frame', $is_admin );

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.