Title: Restrict Partial Content Plugin
Author: Waqas
Published: <strong>May 16, 2014</strong>
Last modified: April 1, 2016

---

Search plugins

![](https://ps.w.org/restrict-partial-content/assets/banner-772x250.jpg?rev=1384105)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/restrict-partial-content_308612.svg)

# Restrict Partial Content Plugin

 By [Waqas](https://profiles.wordpress.org/speedito/)

[Download](https://downloads.wordpress.org/plugin/restrict-partial-content.1.3.zip)

 * [Details](https://wordpress.org/plugins/restrict-partial-content/#description)
 * [Reviews](https://wordpress.org/plugins/restrict-partial-content/#reviews)
 *  [Installation](https://wordpress.org/plugins/restrict-partial-content/#installation)
 * [Development](https://wordpress.org/plugins/restrict-partial-content/#developers)

 [Support](https://wordpress.org/support/plugin/restrict-partial-content/)

## Description

Typical use case would be to restrict access to a portion of the content to users
unless. Restriction can be based on user role (to boost user subscriptions). You
can also setup a timer function to open up content after a certain time.

Options available are:

 1. Restrict access based on the role of user
 2. Restrict access based on specific user id/user name
 3. Restrict access based date/time

See FAQ section for details and examples

## Screenshots

 * [[
 * Restrict content rule definition
 * [[
 * Shortcode with all parameters
 * [[
 * Shortcode with the rule parameter

## Installation

 1. Upload zip archive `restrict-partial-content.zip` to the `/wp-content/plugins/`
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

Shortcode to use: [restrict][/restrict]
 All content between the start and end of
the shortcode will be restricted

Shortcode parameters

 1. allow_role => The Role(s) to allow access to the restricted content. This should
    correspond to the WordPress roles. Can take multiple values which are comma separated
 2. allow_user => The User ID(s) OR user login name to allow access to the restricted
    content.
 3. message => The message that is visible when content is restricted
 4. open_time => The exact date and time when the content should become visible (format
    to use YYYY-MM-DD HH:MM:SS example 2016-03-24 13:00:00 will mean that the content
    should show after 24 March 2016 from 1pm onwards)
 5. condition => options are “any” and “all” – “any” will mean that any single parameter
    that matches the criteria will result in the protected content being shown. “all”
    will mean that only when all criteria is matched will the restricted content be
    shown.
 6. rule => Now you can define rules and use these easily. This gives the flexibility
    of changing the criteria in one location and having it apply everywhere that the
    rule has been used. If the rule parameter is used then it will overrule the other
    parameters.

Some examples
 Example 1 [restrict allow_role=”subscriber” allow_user = “1, 2, adam”
open_time=”2016-03-14 11:00:00″ condition=”any” message=”hello”] secret here[/restrict]
This will show the restrcited to all subscribers, users with ID 1 and 2, username“
adam”. As soon as the open_time is passed it will show the restricted content to
everyone.

Example 2
 [restrict allow_role=”author” open_time=”2016-03-14 11:00:00″ condition
=”all” message=”hello”] secret here[/restrict] This will show only when the user
is logged in with a subscriber role and the open_time has passed

Example 3
 [restrict rule=”2″] secret here[/restrict] This will apply rule with 
id 2. Rules can be defined from inside the WP dashboard.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Restrict Partial Content Plugin” is open source software. The following people 
have contributed to this plugin.

Contributors

 *   [ Waqas ](https://profiles.wordpress.org/speedito/)

[Translate “Restrict Partial Content Plugin” into your language.](https://translate.wordpress.org/projects/wp-plugins/restrict-partial-content)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/restrict-partial-content/),
check out the [SVN repository](https://plugins.svn.wordpress.org/restrict-partial-content/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/restrict-partial-content/)
by [RSS](https://plugins.trac.wordpress.org/log/restrict-partial-content/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3

Now allows rules to be created and applied

#### 1.2

Added parameter “condition” for greater flexibility in controlling when the criteria
matches
 Allow_user now accepts user id OR usernames Also small fixes suggested 
by “hostz-frank”

#### 1.1

Small fixes to styling

#### 1.0

Added option to restrict content based on role and timeouts

#### 0.1

Initial launch

## Meta

 *  Version **1.3**
 *  Last updated **10 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.9.1 or higher **
 *  Tested up to **4.4.34**
 *  [Advanced View](https://wordpress.org/plugins/restrict-partial-content/advanced/)

## Ratings

 4 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/restrict-partial-content/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/restrict-partial-content/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/restrict-partial-content/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/restrict-partial-content/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/restrict-partial-content/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/restrict-partial-content/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/restrict-partial-content/reviews/)

## Contributors

 *   [ Waqas ](https://profiles.wordpress.org/speedito/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/restrict-partial-content/)