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

WP_Customize_Manager::customize_preview_html5() WordPress Method

The WP_Customize_Manager::customize_preview_html5() method is used to add support for the Customizer to preview html5 features.

WP_Customize_Manager::customize_preview_html5() #

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


Source

File: wp-includes/class-wp-customize-manager.php

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


Top ↑

Changelog

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

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More