Buy Me a Coffee – Membership, Paywall & Fundraiser with Stripe & PayPal

WordPress membership, paywall, donation, and subscription plugin for creators. Monetize content with Stripe and PayPal.

7 database tables

Table NameDescriptionMethod
wp_buymecoffee_activitiesStores buymecoffee activities data created by this plugin.Static
wp_buymecoffee_membership_accessStores buymecoffee membership access data created by this plugin.Static
wp_buymecoffee_membership_levelsStores buymecoffee membership levels data created by this plugin.Static
wp_buymecoffee_subscriptionsStores buymecoffee subscriptions data created by this plugin.Static
wp_buymecoffee_supportersStores buymecoffee supporters data created by this plugin.Static
wp_buymecoffee_supporters_metaStores additional metadata (key-value pairs) for buymecoffee supporters records.Static
wp_buymecoffee_transactionsStores buymecoffee transactions 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:buymecoffee_db_versionOption key:buymecoffee_membership_settingsOption key:buymecoffee_payment_settingOption key:buymecoffee_payment_settings_Option key:buymecoffee_payment_settings_paypalOption key:buymecoffee_payment_settings_stripeOption key:buymecoffee_supporters_display_settings
wp_postmeta
Post meta
wp_posts
Custom post type:buy-me-coffee
wp_usermeta
User meta