WordPress Membership Plugin
Thank you very much!
Thank you for confirming that RON will be added.
Could you please let me know when this update is expected to be released?
Thanks again!
Thank you for your support.
The [swpm_show_if_logged_in] / [swpm_show_if_notlogged_in] shortcodes doesn’t trigger anything, but I managed to follow your logic and now this works:
### Not logged in members message:
[swpm_protected visible_to=”not_logged_in_users_only” do_not_show_protected_msg=”1″]
Please log in or sign up to view this content.
[/swpm_protected]
### Expired members message:
[swpm_protected account_status=”expired” do_not_show_protected_msg=”1″]
Your Premium membership has expired. Please renew to regain access.
[/swpm_protected]
### Partial protection:
[swpm_protected for=”3-4″ account_status=”active” do_not_show_protected_msg=”1″]
Premium content hereā¦
[/swpm_protected]