Oz Web Services
  • Home
  • WP
  • PHP
  • JS
  • CSS
  • SCSS
  • HTML
  • XML
  • JSON
  • SQL
  • .htaccess
  • Apache
  • Nginx
  • INI
  • HTTP
  • Diff
Search shortcode

Add IE Support for HTML5 Shiv

Updated September 5, 2014
// Double check the src
function add_ie_html5_shim() {
	echo '<!–[if lt IE 9]>';
	echo '<script src=”http://html5shim.googlecode.com/svn/trunk/html5.js”></script>';
	echo '<![endif]–>';
}
if ($GLOBALS['is_IE']) {
	add_action('wp_head', 'add_ie_html5_shim');
}
Oz Web Services
Copyright © 2015-2025 All Rights Reserved