Members Restricted Access

plugin banner

This plugin create shortcodes to restrict the access to Visitors or Members. You can create sections in your page/post only visible to members (logged users) or visitors.

To use you need to create the content and wrap it with these shortcodes: [visitor], [member].

Examples:

[visitor]
content only visible to visitors
[/visitor]

[member]
content only visible to members
[/member]

Author:Manuel Costales (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.4.32
Plugin version:3.0
Added to WordPress repository:01-03-2015
Last updated:03-03-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:4
Plugin URI:http://www.jumptoweb.com
Total downloads:6 149
Active installs:100+
plugin download
Click to start download

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]’


FAQ
ChangeLog