I am trying to use the s2MOP shortcodes here https://s2member.com/kb-article/s2mop-shortcode/
and copied a few examples. I am using the following.
<h4>[s2MOP required_type="level"]"%%POST_TITLE%%" is a protected %%SEEKING_TYPE%%
that requires a Login[/s2MOP]</h4>
<h4>[s2MOP required_type="ccap" required_value="my_ccap"]This content
requires<code>my_ccap</code>[/s2MOP]</h4>
The first one works as intended, but the second one won’t work. I have a few pages that are accessible only to members with specific custom capabilities. It correctly prohibits them from accessing the page, but I would like to let logged-in users know why they can’t access the content depending on the capabilities they need.
Any insight would be greatly appreciated.