Created
November 18, 2015 01:44
-
-
Save reasonstousegenesis/2fdbd8b1dc5aed5ec89c to your computer and use it in GitHub Desktop.
Edit the back to top text with Genesis
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 | |
// Paste the code BELOW this line into your child theme functions. | |
/** | |
* Edit the back to top text with Genesis | |
* | |
* @author Reasons to Use Genesis | |
* @link http://reasonstousegenesis.com/genesis-footer-backtotop-text/ | |
*/ | |
add_filter( 'genesis_footer_backtotop_text', '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