axxe16
5/4/2017 - 10:04 PM

chiama il js nel footer del sito

chiama il js nel footer del sito

<?php
function footer_script(){ ?>
<script>
jQuery(document).ready(function(){
    //put your js code here
})
</script>
<?php }
 
add_action('wp_footer', 'footer_script'); ?>