PayGate Content Restriction

Restrict post and page content behind membership tiers with Stripe-native payments. No page builders needed.

4 database tables

Table NameDescriptionMethod
wp_cv_analyticsStores analytics or statistics data.Static
wp_cv_content_restrictionsStores cv content restrictions data created by this plugin.Static
wp_cv_membership_tiersStores cv membership tiers data created by this plugin.Static
wp_cv_user_membershipsStores cv user memberships 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:pgcr_db_versionOption key:pgcr_default_tiers_createdOption key:pgcr_enable_analyticsOption key:pgcr_enable_email_notificationsOption key:pgcr_paywall_templateOption key:pgcr_restriction_messageOption key:pgcr_stripe_live_publishable_keyOption key:pgcr_stripe_live_secret_keyOption key:pgcr_stripe_modeOption key:pgcr_stripe_test_publishable_keyOption key:pgcr_stripe_test_secret_keyOption key:pgcr_stripe_webhook_secret
wp_usermeta
User meta