WP_Customize_Manager::customize_preview_html5 PHP Method

customize_preview_html5() public method

Print a workaround to handle HTML5 tags in IE < 9.
Deprecation: 4.7.0 Customizer no longer supports IE8, so all supported browsers recognize HTML5.
Since: 3.4.0
    public function customize_preview_html5()
    {
        _deprecated_function(__FUNCTION__, '4.7.0');
    }
WP_Customize_Manager