Members Restricted Access

Members Restricted Access Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 6,127 downloads
Members Restricted Access Icon

Try plugin: Members Restricted Access

We'll create fresh WordPress site with Members Restricted Access installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About 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 …

4


0


0


0


0

updated: 8 years ago
since: 9 years ago
author: Manuel Costales

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