Created
February 7, 2016 08:08
-
-
Save saivarunk/604701e1a01afda67757 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
//* Customize the return to top of page text | |
add_filter( 'genesis_footer_backtotop_text', 'sv_footer_backtotop_text' ); | |
function sv_footer_backtotop_text($backtotop) { | |
$backtotop = '[footer_backtotop text="Return to Top"]'; | |
return $backtotop; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment