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…

MemberPress: Restrict Email Patterns for All Memberships

This code snippet prevents users with specific email patterns from registering for any membership on the…

MemberPress: Restrict Email Patterns for Specific Memberships

This code snippet prevents users with specific email patterns from registering for any of the specified…

MemberPress: Change VAT “Customer” Type Label Text to “Business (Non VAT Registered)”

This snippet changes the text of a specific VAT customer type label using JavaScript.

MemberPress: Change Stripe Checkout fields to match Dark Mode theme

Adjust the appearance of Stripe Elements form by changing the theme to 'night' if a user…

MemberPress: Assigning BuddyPress Member Type on Membership Signup

This code snippet assigns a specific BuddyPress member type when a user completes a signup in…

MemberPress: Require Coupon Code for Specific Free Memberships

The code snippet should be updated to specify the membership ID for which the coupon code…

MemberPress: Update MemberPress Account Course Tab Link With A Custom URL

This code snippet customizes the default URL of the Courses tab link in the navigation menu…

MemberPress: Update Account Course Tab Link With User-Role-Based Custom URLs

This code snippet replaces the default URL of the "Courses" tab link in the navigation menu…

MemberPress: Display Current User’s Memberships Statuses And Renewal Dates

This code snippet adds the new [mp_membership_info] shortcode. Adding this shortcode anywhere on the website displays…

1 20 21 22 23 24 29