mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
2 lines
117 B
Text
2 lines
117 B
Text
add_filter( 'the_content_feed', '__return_empty_string' );
|
|
add_filter( 'the_excerpt_rss', '__return_empty_string' );
|