joli_toc_before_header

Lets you add content before the header.

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