Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
sneeit-framework
/
includes
/
utilities
:
utilities-ie.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php function sneeit_utilities_ie_wp_head() { echo '<!--[if lt IE 9]>'; echo '<script src="'.SNEEIT_PLUGIN_URL_JS.'html5.js"></script>'; echo '<![endif]-->'; } function sneeit_utilities_ie_support_ie_html5() { add_action( 'wp_head', 'sneeit_utilities_ie_wp_head'); } add_action('sneeit_support_ie_html5', 'sneeit_utilities_ie_support_ie_html5');