Code-Snippets-Functions/Execute a function on a child site/Slim SEO/customize-rss-feed-text.txt

3 lines
87 B
Text

add_filter( 'slim_seo_feed_text', function( $text ) {
return 'Read the post';
} );