я вставляю в functions.php
function yturbo_remove_code($content) {
if ( is_feed(‘turbo’) ) {
$content = strip_shortcode_tag(array(‘[slider]’));
return $content;
}
}
add_filter(‘the_content’, ‘yturbo_remove_code’);
и у меня не выводится вообще страница