PayGate Content Restriction
Restrict post and page content behind membership tiers with Stripe-native payments. No page builders needed.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cv_analytics | Stores analytics or statistics data. | Static |
| wp_cv_content_restrictions | Stores cv content restrictions data created by this plugin. | Static |
| wp_cv_membership_tiers | Stores cv membership tiers data created by this plugin. | Static |
| wp_cv_user_memberships | Stores 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_optionsOption 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_secretwp_usermeta