You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Plugin Name: Restrict Content Pro - Unrestrict RSS Feed
* Description: Removes post restrictions from RSS feeds. Note that RSS feeds are publicly accessible so this will make your content visible to non-members if they visit your feed URL.
* Version: 1.0
* Author: Sandhills Development, LLC
* Author URI: https://sandhillsdev.com
* License: GPL2
*/
/**
* Remove restrictions from RSS feeds.
*
* @param string $content
*
* @return string
*/
function ag_rcp_remove_restrictions_feeds( $content ) {