joli_toc_before_title

Lets you add content before the TOC title.

add_action( 'joli_toc_before_title', function (){
    echo '<p>Content</p>';
});
Was this page helpful?