function nor_footer_scripts(){
?>
<style type="text/css">
@media only screen and (max-device-width: 480px) {
}
/* ipad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}
@supports (-ms-accelerator:true) {
/* IE Edge 12+ CSS styles go here */
}
</style>
<script type="text/javascript" language="javascript">
jQuery(document).ready(function($){
});
</script>
<?php
}
add_action('wp_footer', 'nor_footer_scripts');
Last updated: March 27, 2019