Prints a workaround to handle HTML5 tags in IE < 9.
Source
public function customize_preview_html5() {
_deprecated_function( __FUNCTION__, '4.7.0' );
}
This method has been deprecated since 4.7.0. Customizer no longer supports IE8, so all supported browsers recognize HTML5 instead.
User Contributed Notes
You must log in before being able to contribute a note or feedback.