All-in-One Content Restriction – Conditional Content Visibility & Access Control for WordPress

Take control of your content. Restrict any post, page, or custom content based on user roles, login state, or custom rules. No code needed.

2 database tables

Table NameDescriptionMethod
wp_content_restriction_rulesStores content restriction rules data created by this plugin.Static
wp_cr_index_Stores cr index data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:_content_restriction_first_activation_timeOption key:_content_restriction_redirect_to_dashboard
wp_usermeta
User meta