WP_Customize_Manager::customize_preview_html5()

In this article

This method has been deprecated. Customizer no longer supports IE8, so all supported browsers recognize HTML5 instead.

Prints a workaround to handle HTML5 tags in IE < 9.

Source

public function customize_preview_html5() {
	_deprecated_function( __FUNCTION__, '4.7.0' );
}

Changelog

VersionDescription
4.7.0Customizer no longer supports IE8, so all supported browsers recognize HTML5.
3.4.0Introduced.

User Contributed Notes

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