Skip to content

Instantly share code, notes, and snippets.

@dylanized
Created September 6, 2014 18:56
Show Gist options
  • Save dylanized/f031525bf10eecdd045b to your computer and use it in GitHub Desktop.
Save dylanized/f031525bf10eecdd045b to your computer and use it in GitHub Desktop.
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