Created
August 19, 2014 07:37
-
-
Save ABooooo/d9009b426be04a64e942 to your computer and use it in GitHub Desktop.
Footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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