joli_toc_floating_widget_nav_next [PRO]

Custom navigation button (next) for the floating widget.

The output must be HTML or plain text.

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