Code-Snippets-Functions/Execute a function on a child site/WordPress/remove-post-content-excerpts-from-rss-feeds.txt

2 lines
117 B
Text

add_filter( 'the_content_feed', '__return_empty_string' );
add_filter( 'the_excerpt_rss', '__return_empty_string' );