MemberPress: Prevent Customers from Certain States in the US from Registering
This code snippet will prevent users based in specific US States from registering. For the code…
MemberPress: Restrict Signups to a Specific Country
This code snippet limits registration to users from the specified country only. If users from other…
MemberPress: Remove all states to the dropdown list and leave one fake state
This code snippet will add a fake state, practically disabling the State address field. This will…
MemberPress: Reposition the Invoice Wrapper in the Registration Form
This code snippet will move the invoice section (.mepr-transaction-invoice-wrapper) of the registration form and position it…
MemberPress: Limit Phone Number Digits
This code snippet limits the number of digits users can enter into a custom phone number…
MemberPress: Add Description for Order Bumps Memberships
The code snippet is designed to manually add a custom paragraph as a description for each…
MemberPress: Exclude MemberPress Custom Post Types from WordPress Search Results
By default, protected content could show up in the website search results. Though still protected, they…
MemberPress: Redirect Users After Login Based on Roles
This code snippet customizes the login redirection in MemberPress based on user roles. Users with roles…
MemberPress: Dynamic Trial Periods
This code snippet will set the renewal date of all subscriptions to the specific yearly recurring…
MemberPress: Disable Reminders if a Member has Any Active Subscription
MemberPress reminders are triggered by each individual subscription. Thus, reminders will be automatically triggered by for…
MemberPress: Change the Recipient of the "WARNING! Your Business is at Risk" Email
By default, the email titled "WARNING! Your Business is at Risk" is sent to the admin…
MemberPress: Send Tax (e.g. VAT) to Stripe
This code snippet will send the user’s VAT/TAX number to Stripe when that user registers for…
MemberPress: Restrict Email Domains on Registration
This code snippet will limit the membership registration to only the allowed list of email domains.…
MemberPress: Adjust Membership Price Based on Membership ID on Checkout Page
This snippet modifies the price of a specific membership (based on the membership ID) in MemberPress.…
MemberPress: Modify ReadyLaunch Invoice Amount Text to Remove Dot from Swedish Kron (kr.)
Note: Works with the ReadyLaunch template only. This code snippet removes the period (.) after the…