function footer_code() { echo '<script src="xxx.js"></script>'; } add_action('wp_footer', 'footer_code');