This plugin creates shortcodes to restrict the access to users (visitors, members or by an specific role). You can also add a shortcode and use nested …
This plugin create shortcodes to restrict the access to Visitors, Members or specific role. You can create sections in your page/post only visible to members (logged users), visitors or for an specific role.
To use you need to create the content and wrap it with these shortcodes: [visitor], [member] or [showifrole].
Examples:
‘[visitor]
content only visible to visitors
[/visitor]
[member msg=”You need to Login to see this content.”]
content only visible to members
[/member]
[showifrole is=administrator]
content only visible for administrators
[/showifrole]
[showifrole is=author msg=”You don’t have the required role.”]
content only visible for authors
[showifrole]’
To install this plugin just follow the standard procedure.
or
members-restricted-access.php
to the /wp-content/plugins/
directorySend me an email at [email protected] and I will answer you as soon as I can.