Skip to content

Instantly share code, notes, and snippets.

@saivarunk
Created February 7, 2016 08:08
Show Gist options
  • Save saivarunk/604701e1a01afda67757 to your computer and use it in GitHub Desktop.
Save saivarunk/604701e1a01afda67757 to your computer and use it in GitHub Desktop.
//* 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