getherbert / herbert

The WordPress Plugin Framework:
http://getherbert.com/
634 stars 95 forks source link

How can I remove autop filter from shortcode #181

Open rigids opened 7 years ago

rigids commented 7 years ago

Following the documentation I created a shortcode and using view in controller class to call a twig file. This adds
break and paragraph tag which I am looking to remove I tried using remove_filter( 'the_content', 'wpautop' ); but I suppose I am adding it at incorrect place. Any thoughts?