apply_filters( ‘greenlet_to_top_content’ )
Filters Back to top button content.
Example Usage:
function mytheme_bttc () {
return 'Scroll to top';
}
add_filter( 'greenlet_to_top_content', 'mytheme_bttc' );
apply_filters( ‘greenlet_to_top_content’ )
Filters Back to top button content.
Example Usage:
function mytheme_bttc () {
return 'Scroll to top';
}
add_filter( 'greenlet_to_top_content', 'mytheme_bttc' );