Restrict Content for Guest Users
This feature allows you to allow content only for guest users. This is ideal for displaying content when user is not logged into your site. Let’s take a look at the usage of this shortcode.
Allowing Content only for Guests
[[wppcp_guest_content message="You don't have permission for this content." ]
Content for Guest Users
[/wppcp_guest_content]]
You can use the message attribute to display a message when user is logged into the site. Also you can keep the message blank to show nothing for logged in users.
Restrict Content for Members
This feature allows you to allow content only for members (LoggedIn users) . This is ideal for displaying content when user is logged into your site. Let’s take a look at the usage of this shortcode.
Allowing Content only for Members
[[wppcp_member_content message="You don't have permission for this content." ]
Content for Members
[/wppcp_member_content]]
You can use the message attribute to display a message when user is not logged into the site. Also you can keep the message blank to show nothing for guest users.