-
Getting Started
Learn how to install Members Only and set up your membership site. Installing Members Only Configuring Members Only After activating Members Only, you will be taken to the Settings page – which is located at Settings → Members Only in your WordPress admin dashboard. Go through the settings, read the descriptions, and change things to…
-
Connecting to Stripe
Learn how to connect your site to Stripe. Test Mode Stripe provides a Test Mode you can use for testing your site’s integration with the Stripe platform. This is great for testing payments on your site before launching it into production. When Test Mode is enabled in Members Only, you can make test payments using…
-
Connecting to Mailchimp
Learn how to connect your site to Mailchimp with Members Only. Introduction The Members Only Mailchimp Connector extension (included free with Members Only) connects your WordPress site with Mailchimp, allowing you to automatically add members to your mailing list when they purchase a membership on your site. The Mailchimp Connector requires a recent version of…
-
Blocks
Members Only includes a few blocks to help you build great membership pages with the WordPress block editor (also known as Gutenberg). Let’s take a look at what’s included. Login Form block Click screenshot to enlarge The Login Form block lets you put a nice, stylized login form on any post or page on your…
-
Access Control
Learn how to protect your valuable content with Members Only. Overview Members Only can help you protect your most valuable content so that only paying members can access it. This is controlled by a setting called Enable members-only site. By default, this is turned off, so that you can configure it the way you want…
-
Access Pass
Learn how to grant membership access manually using Access Passes. This is useful when you want to provide access without requiring a Stripe checkout. Overview An Access Pass lets you manually grant membership access to a WordPress user for a specific period of time. When a user has an active Access Pass, they are treated…
-
Password Reset Feature
Guide for Site Administrators This guide explains the password reset functionality included in the Members Only plugin, from the perspective of a site administrator using this plugin. How Password Reset Works for Your Members When your site members forget their password, they can use the built-in password reset system to securely regain access to their accounts. Here’s a…
-
Session Limits
Learn how to configure session limits in Members Only to discourage account sharing by limiting the number of concurrent logins per account. Overview Session limits define how many active login sessions a single member account can have at the same time. This can discourage casual account sharing while still allowing normal use (for example, being…
-
Email Notifications
Learn how to configure email notifications in Members Only so your members stay informed about important billing and subscription events. Overview Members Only can send automatic emails to members when key events happen, like a new subscription starting, a renewal payment succeeding, or a payment failing. These emails are fully customizable, and you can enable…
-
Actions and Filters
Members Only provides a number of actions and filters so you can run custom code during certain events and/or customize how the system behaves. Action Hooks members_only_event_stripe_charge Fired inside includes/stripe/stripe-rest-api-endpoints.php whenever a Stripe charge or dispute event is processed for a user. The hook passes the full Stripe Charge object, the WordPress user ID that…
