Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //* Customize the return to top of page text
  2. add_filter( 'genesis_footer_backtotop_text', 'sv_footer_backtotop_text' );
  3. function sv_footer_backtotop_text($backtotop) {
  4. $backtotop = '[footer_backtotop text="Return to Top"]';
  5. return $backtotop;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement