I have a website that uses a plugin to create PDF categories. But the short codes are showing. How would I go about to eliminate them? I have use in function.php
[code]
add_filter('the_content', 'strip_shortcodes');
[/code]
But it did not work. Any ideas?