joli_toc_post_content_preprocessing

Lets you handle the content before shortcode processing

add_filter('joli_toc_post_content_preprocessing', function($content){ 
    // Do something
});
Was this page helpful?