Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created August 19, 2014 07:37
Show Gist options
  • Select an option

  • Save ABooooo/d9009b426be04a64e942 to your computer and use it in GitHub Desktop.

Select an option

Save ABooooo/d9009b426be04a64e942 to your computer and use it in GitHub Desktop.
Footer
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment