joli_toc_floating_widget_nav_prev [PRO]

Custom navigation button (previous) for the floating widget.

The output must be HTML or plain text.

add_filter('joli_toc_floating_widget_nav_prev', function($button){ 
    return '<i class="custom">My custom button</i>';
});
Was this page helpful?