MemberPress: MailChimp Feed Unblocker
Allows MailChimp feed through the MemberPress rules protections. First, go into your MailChimp RSS setting and…
featured-images-rss-feed
function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail(…