Members Restricted Access
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 …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3590 days ago • 4 reviews
Is Members Restricted Access abandoned?
Possibly abandoned (last update 3590 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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].
- You can use the parameters ‘is’ and ‘msg’. If you not specify them, the default value will be use instead.
- The paramater ‘is’ is use it with the shortcode [showifrole] to check for that specific user. The default value is ‘administrator’.
- And ‘msg’ is the message the system is going to show. You can use html code with single apostrophes (‘). The default value is null.
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]’
Installation
To install this plugin just follow the standard procedure.
or
- Upload
members-restricted-access.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
Review feed
Screenshots
Changelog
3.0
- Now you can use nested shortcodes, so you can use a any shortcode inside our shortcode verification.
2.1
- Add the parameters for message in the members, visitors and showifrole shortcodes.
- Add a default value for ‘is’ and ‘msg’.
2.0
- Added the shortcode to check by role.
1.0
- Just launch the plugin!