add_filter('the_content', function($content) { return strip_shortcodes($content); });