MemberPress Team
Member since March 2023
MemberPress: Add Custom Field Date to Members Table
This code snippet will add data collected through a custom field on MemberPress registration forms to…
MemberPress: Adjust Column Width for MemberPress Access Column on Admin Pages
This snippet adds custom CSS to adjust the width of the Acess (mepr-access) column on the…
MemberPress: Modify the Order of the Registration and the Account Form Fields
Each field in the registration and account form is a separate element. Thus, the order of…
MemberPress: Restrict Signups to a Specific Country
This code snippet limits registration to users from the specified country only. If users from other…
MemberPress: Move "Upgrade" Button to after Subscriptions Tab
This code snippet creates a new tab positioned right after the Subscriptions tab on the MemberPress…
MemberPress: Custom Course Overview Shortcode for Better Preview
This code registers a new shortcode: [mepr-mpcs-course-overview]. Adding this shortcode will display the overview of a…
MemberPress: Modify "Back to Home" Text And Link on Thank You Page
This snippet changes the text and link of the "Back to Home" button or link (inside…
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: Adding Credit Card and Expiry Information to Subscriptions Table
This snippet adds a new column to the table under the Subscriptions tab on the Account…
MemberPress: Add An Email Parameter That Displays A Link To The Sub-Account Signup Page
This code will create a new email parameter named {$subaccount_link}. This email parameter can be added…
MemberPress: Disable Comments for Courses, Lessons, Quizzes, and Assignments
The code snippet will disable comments on all MemberPress Courses custom post types: courses, lessons, quizzes,…
MemberPress: MailChimp Feed Unblocker
Allows MailChimp feed through the MemberPress rules protections. First, go into your MailChimp RSS setting and…