Filters the message displayed when the post is viewed by in an RSS feed. By default, this is set to display the text configured on the Memberships > Advanced Settings page.
apply_filters("pmpro_rss_text_filter", stripslashes(pmpro_getOption("rsstext"))); |
Parameters
- string (stripslashes(pmpro_getOption(“rsstext”)))
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/content.php
View in Source CodeRelated Articles and Recipes
Show a login/register link for non-members when using the [membership] shortcode. By Kimberly Coleman