joli_toc_after_header

Lets you add content after the header.

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