Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 18, 2015 01:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save reasonstousegenesis/090e7521bd0dc80f6ab4 to your computer and use it in GitHub Desktop.
Edit the output of the footer with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Edit the output of the footer with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/footer-filter/
*/
add_filter( 'genesis_footer_output', 'your_function_here' ); // replace your_function_here with your function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment