W3cubDocs

/WordPress

WP_Customize_Manager::customize_preview_html5()

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

Source

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

Changelog

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

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_manager/customize_preview_html5