Created
September 6, 2014 18:56
-
-
Save dylanized/f031525bf10eecdd045b to your computer and use it in GitHub Desktop.
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
function inject_footer() { | |
?> | |
<h6>This code gets injected into the footer</h6> | |
<?php | |
} | |
add_filter( 'wp_footer' , 'inject_footer' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment