joli_toc_after_title

Lets you add content after the title.

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