Have you ever been in the middle of a League of Legends (LoL) match and suddenly burst out laughing at...
/**
Filter code to change content after RSS feed item
*
@param string $content The content set in Settings.
*/
add_filter( 'rank_math/frontend/rss/after_content', function( $content ) {
return $content ;
});