Is it possible to display a page's required membership level?

As the admin, I would like to be able to see what the requirements are for a given page, since I can see all of them, and I like to be able to see, visually, which section of a given page, are hidden, and from whom.

If I’m writing a page and I restrict it to level 3, I would like to be able to display somewhere on that page what level of membership is required to view content.

Some of my pages are restricted at the page level, and some have restricted paragraphs, or words, etc. Some may have the URL portion of the template restricted to prevent revealing the link, but still display the text.

Something like: <?php display_page_requirement ?>

Hi Jon.

Check out the function is_protected_by_s2member in s2member/src/includes/functions/api-functions.inc.php

:slight_smile: