Describing the use and implementation of content hider plugin.
Content Hider plugin can be used to hide/show certain content of the articles. If you have an article and you want to show certain text, image or video only when your customer subscribes a plan, then you can use this plugin.
After you enable this plugin, just use {payplans} and {/payplans} as opening and closing tags for the content which you want to hide/show from unsubscribed users.
This Plugin gives power to Administrator to show/hide contents from visitors and Subscriber/non-subscribers.
You can use this plugin by using the following steps:

There are 4 cases applicable with this plugin:
1. Specified Plan Subscription(SHOW): Use of{payplans plan_id=1,2, or more SHOW} and {/payplans} will show the inner content to the users who subscribed plan id mentioned in the start tag.
2. Specified Plan Subscription(HIDE): Use of {payplans plan_id=1,2, or more HIDE}
and {/payplans} will hide contents from subscribers of plan id mentioned in the start tag.
3. Super User: Super user has access to view all contents and this plugin will not restrict the super users.
4. Any Plan Subscription: Use of {payplans} and {/payplans} tag will hide the inner content until any plan is subscribed by the customer.
5. Default Action: Use of {payplans plan_id=1,2, or more } and {/payplans} will consider SHOW action by default.
Note:- For using this plugin properly you have to take care of following things