Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created January 2, 2015 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/05107e5c4756dccce4b0 to your computer and use it in GitHub Desktop.
Save Kaiderella/05107e5c4756dccce4b0 to your computer and use it in GitHub Desktop.
Tùy biến nút Return to Top trong Genesis
//* Tùy biến nút Return to Top trong Genesis
add_filter( 'genesis_footer_backtotop_text', 'sp_footer_backtotop_text' );
function sp_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