Very great Plugin !!!
But I’ve got a problem an no idea to solve.
I’ve added the following code to functions.php:
add_filter( 'sbtt_button_markup', 'my_sbtt_filter' );
function my_sbtt_filter($button_markup) {
// Add your tooltip to the current button markup here.
return $button_markup;
}
My problem is that I dont’t know where I have to put in my text which should appears, when I hover over the scroll-back-to-top-button.
As you explained it have to filled in here:
// Add your tooltip to the current button markup here.
return $button_markup;
Could you make an example, please.