Generic filters
Automatic updates Yes
Version 3.8.1
Updated on
Virus Total See Report

Paid Memberships Pro is a comprehensive WordPress plugin designed for managing membership sites. It offers features like subscription management, content restriction, and payment integration. Ideal for businesses and communities, it provides flexible options to create and manage premium content for members.

How to download Paid Memberships Pro Paid Memberships Pro

Unlimited Access

Subscribe for only €10.90

Or

Get this product only with unlimited updates

Already included languages : EN

We are not affiliated with Paid Memberships Pro Paid Memberships Pro nor its developers or owners. Please read the full disclaimer in footer.

HOW IT WORKS

Auto updates with Club WPress plugin

Check how to install and update your WordPress plugins and themes in ONE CLICK directly from your Dashboard.

ClubWordPress Updater Plugin

Core Features of Paid Memberships Pro

  • Unlimited Membership Levels: Create and manage multiple membership levels with unique pricing, content access, and benefits.
  • Flexible Membership Pricing: Set up one-time payments, recurring subscriptions, or custom pricing models for your memberships.
  • Content Restriction: Restrict access to pages, posts, categories, and custom post types based on membership level.
  • Payment Gateway Integration: Supports popular payment gateways like PayPal, Stripe, Authorize.net, and more.
  • Member Management: Easily manage your members, view their subscription status, and handle upgrades or cancellations.
  • Customizable Membership Emails: Send automated emails for sign-ups, renewals, expirations, and other membership-related events.
  • Reports and Analytics: Access detailed reports on membership sales, revenue, and member activity.
  • Discount Codes: Create and manage discount codes to offer promotions and special deals to your members.
  • Member Profiles: Allow members to view and update their profile information and subscription details.
  • Integrations: Seamlessly integrate with popular plugins and services like WooCommerce, BuddyPress, Mailchimp, and more.
  • Developer Friendly: Extensive hooks, filters, and REST API support for custom development and integrations.
  • Documentation and Support: Access comprehensive documentation and get support from the Paid Memberships Pro team.

List of improvements in Paid Memberships Pro Paid Memberships Pro version 3.8.1

  • = 3.8.1 2026-06-29 =
  • ENHANCEMENT: Added a new `style` attribute to the `[pmpro_checkout_button]` shortcode to render it as a link or a button, and improved its styling. #3708 (@kimcoleman)
  • ENHANCEMENT: Improved the HTML validity and accessibility of frontend forms and pages, including fixing duplicate `id` attributes and invalid fieldset/legend markup. #3707 (@kimcoleman)
  • ENHANCEMENT: Added a new `pmpro_restrictable_taxonomies` filter, allowing Add Ons to register custom taxonomies whose terms can be restricted by membership level from the term edit screen. #3704 (@kimcoleman)
  • BUG FIX: Fixed a fatal error on the Membership Billing page when a subscription’s gateway object could not be loaded. #3706 (@kimcoleman)
  • BUG FIX: Fixed the Members List CSV export so the exporting admin is no longer incorrectly included when exporting filtered or searched results. #3711 (@andrewlimaza)
  • BUG FIX: Fixed a 404 error when viewing email log details in the modal on sites using Plain permalinks. #3712 (@dwanjuki)
  • BUG FIX: Fixed select fields overflowing the viewport on small screens. #3705 (@kimcoleman)
  • BUG FIX: Saving a membership level no longer clears term restrictions, such as tag restrictions, that were set from the term edit screen. #3704 (@kimcoleman)
  • BUG FIX: Restricted posts are now correctly hidden from searches and archives when a term’s ID and term taxonomy ID differ. #3704 (@kimcoleman)
  • = 3.8 2026-06-15 =
  • FEATURE: Upgraded the email template editor to the standard WordPress visual/text editor with built-in Liquid syntax autocomplete for variables, tags, and filters. #3695 (@dparker1005)
  • FEATURE: Added a new `[pmpro_membership_level]` shortcode for displaying membership level details. #3087 (@kimcoleman)
  • ENHANCEMENT: Added Divi 5 compatibility for PMPro module-level restrictions and no-access message handling. #3620 (@JarrydLong)
  • ENHANCEMENT: Added a new `level_group_id` email template variable to every email template class that exposes `membership_id`. #3684 (@kimcoleman)
  • ENHANCEMENT: Allowed shortcodes in the account page message. #3682 (@kimcoleman)
  • ENHANCEMENT: Removed the misleading “Advanced Settings” hint from the no-access message controls. #3699 (@dparker1005)
  • ENHANCEMENT: Clarified the user field meta key hint on the user field settings page. #3698 (@kimwhite)
  • ENHANCEMENT: Added an Add On icon for the MemberPress Migration Toolkit. (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Now hiding the recurring trial settings on membership level and discount code edit pages when the active gateway doesn’t support recurring trials. #3628 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Added a fallback for email logging when SMTP plugins (e.g. Gravity SMTP) bypass the `wp_mail_succeeded` and `wp_mail_failed` actions. #3697 (@andrewlimaza)
  • BUG FIX: Cleaned up orphaned membership level relationships when a level is deleted. #3693 (@dparker1005)
  • BUG FIX: No longer shows the membership confirmation message when the order has not been confirmed. #3682 (@kimcoleman)
  • BUG FIX: Fixed a fatal error on the Membership Billing page for logged-out requests. #3694 (@flintfromthebasement)
  • BUG FIX: Fixed the Orders list table appearing blank on mobile by setting the order code as the default primary column. #3696 (@dparker1005)
  • BUG FIX: Cleared stale card information when a recovered Stripe payment uses a non-card payment method. #3703 (@dparker1005)
  • REFACTOR: Removed unused `pmpro_userfields_get_group` and `pmpro_userfields_get_field` AJAX handlers. #3672 (@dparker1005)
  • DEPRECATED: Deprecated the credit card expiring email template. #3688 (@dparker1005)
  • DEPRECATED: The Membership Billing page no longer writes `pmpro_b*` user meta on save, and the email field has been removed from that page. #3668 (@dparker1005)
  • = 3.7.4 2026-05-28 =
  • BUG FIX/ENHANCEMENT: Skip the `pmpro_visit` cookie when `WP_CACHE` is active so page caches like Surge, Cloudflare, Varnish, and WP Super Cache aren’t bypassed on anonymous front-end requests. Added a new `pmpro_set_visit_cookie` filter to override the default behavior. #3690 (@flintfromthebasement)
  • BUG FIX: Fixed Stripe recurring orders silently saving `tax = 0` after the Stripe API version bump by deriving tax from `invoice->total_excluding_tax` instead of the deprecated `invoice->tax`. #3685 (@dwanjuki)
  • BUG FIX: Fixed Site Health reporting a false-positive Action Scheduler library conflict on Windows hosts by normalizing the library path before the conflict check. #3687 (@dparker1005)
  • BUG FIX: Fixed button icons no longer being inline in the WordPress 7.0 admin and the “Show” label floating to the right of the levels dropdown on the Members List screen. #3689 (@RachelRVasquez)
  • = 3.7.3 2026-05-14 =
  • SECURITY: Added a nonce check to the Update Billing Information page to prevent CSRF, and tightened the gate so enforcement only skips on sites explicitly opted into a pre-3.7.3 custom billing template. The billing template version has been bumped to 3.7.3. #3671 (@dparker1005)
  • SECURITY: Tightened the checkout page nonce enforcement gate so it only skips on sites explicitly opted into a pre-3.0 custom checkout template, closing a gap where sites with a pre-3.0 custom `checkout.php` in their theme could bypass nonce checks without opting in. #3674 (@dparker1005)
  • ENHANCEMENT: Added new action hooks to the subscriptions panel of the Edit Member screen and the single subscription view. #3666 (@kimcoleman)
  • ENHANCEMENT: Added nonce checks to read-only admin AJAX handlers (`pmpro_orders_print_view`, `pmpro_get_order_json`, `login_report_csv`, `sales_report_csv`, `membership_stats_csv`) for consistency with other admin AJAX endpoints. #3673 (@dparker1005)
  • ENHANCEMENT: Added the new `pmpro_use_advisory_locks` filter as a system-wide escape hatch to disable MySQL advisory locking on hosts where persistent MySQL sessions or other environment quirks cause stuck locks. #3649 (@dparker1005)
  • ENHANCEMENT: Replaced the vague “Stripe dashboard settings” wording with a direct link to the Stripe Radar rules page in the billing address field description. #3677 (@dparker1005)
  • BUG FIX: Prevented concurrent Stripe webhook deliveries from racing on the same order by introducing a MySQL advisory lock around webhook processing. This fixes cases where “at least once” Stripe delivery from multiple infrastructure nodes could create duplicate membership rows or cancel a freshly-created subscription. #3649 (@dparker1005)
  • BUG FIX: Fixed the Old Members CSV export to exclude users who currently have any active membership, matching the logic already used by the expired and cancelled filters. #3680 (@dwanjuki)
  • BUG FIX: Fixed a PHP warning and a missing payment transaction ID when Stripe checkout sessions complete asynchronously (e.g. Bank Transfer), where the PaymentIntent has no `latest_charge` at completion time. #3655 (@dwanjuki)
  • BUG FIX: Honored the configured currency decimals in `pmpro_get_price_info()`’s `amount_string` so zero-decimal currencies (JPY, KRW, VND, UAH, ALL) no longer produce strings like “25.00” that PayPal billing rejects. Also fixed `pmpro_get_currency()` so it actually honors the `$currency` parameter it advertises. #3676 (@dparker1005)
  • BUG FIX: Allowed updating billing for subscriptions without a successful order on file, so manually-linked subscriptions in the admin no longer redirect users away from the billing page. #3667 (@dparker1005)
  • BUG FIX: Fixed the Restricted Files protection self-test reporting “Unable to determine” on sites with no member uploads, by writing a non-dotfile marker (`pmpro-protection-test.txt`) alongside the existing `.htaccess`. #3675 (@dalemugford)
  • = 3.7.2 2026-05-01 =
  • SECURITY: Tightened ownership check in the `/pmpro/v1/order` REST permission callback to bail early for anonymous requests, require a non-empty order ID, and use a strict integer comparison. #3643 (@flintfromthebasement)
  • SECURITY: Scoped the `/pmpro/v1/quick_search` users meta lookups to custom profile fields by skipping internal WP/plugin meta keys. Added the `pmpro_rest_api_quick_search_meta_key_blocklist` filter so sites can extend the blocklist. #3644 (@flintfromthebasement)
...
>
Other versionsDateDownload
Download Paid Memberships Pro Paid Memberships Pro 3.86302620 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.7.430/06/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.7.303/03/1970 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.7.202/03/1970 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.7.130/06/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.707/02/1970 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.6.602/07/1970 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.6.506/02/1970 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.6.403/05/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.6.303/05/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.6.201/09/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.6.101/09/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.601/09/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.5.601/09/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.5.501/09/2026 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.5.304/05/1970 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.5.209/11/2025 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.5.109/11/2025 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.5.009/11/2025 Join Now
Download Paid Memberships Pro Paid Memberships Pro 3.4.707/11/2025 Join Now

Join Club WPress Now !

Get access to 19594 products for only €10,90 per month.

JOIN NOW

Reviews