Customize the RSS feed text in Slim SEO

Customize the RSS feed text in Slim SEO on child sites.

Snippet Type

Execute on Child Sites

Snippet

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.