MemberPress Team
Member since March 2023
MemberPress: Send “Profile Updated” Admin Notification When MemberPress Account Is Updated
Similar to the code snippet here: https://library.wpcode.com/snippet/m5ye1wj2/, this code sends a notification to the admin when…
MemberPress: Send “Profile Updated” Admin Notification
The code changes WordPress's functioning to send notifications to the admin when a user modifies their…
MemberPress: Send Password Reset Email After Subscription Signup
This code can be used to trigger the reset password email to users automatically after users…
Memberpress: Remove the Navigation Links on Page
Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the…
MemberPress: Disable the Unauthorized Redirection for Multiple Pages And/or Posts
Adding this code snippet will prevent unauthorized users from being redirected away from specific pages if…
MemberPress: Disable Unauthorized Redirection on a Specific Page or Post
Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…
MemberPress: Redirect To Specific Page Based on Rule
This code snippet will redirect users to a custom URL if the visited post is protected…
MemberPress: Free-Views-Left Counter
This code will add the counter notification showing users how many free views they have left…
MemberPress: Add Address Fields to Authorize.net
By default, the user’s address data collected through MemberPress registration forms are not sent to Authorize.net.…
MemberPress: Tax Only UK
This code snippet will apply taxes only for UK customers when Taxes are enabled in MemberPress…
MemberPress: Set UK Transactions VAT to 0
Once the VAT option is enabled at Dashboard > MemberPress > Settings > Taxes, MemberPress will…
MemberPress: Import Dropdown Options for Custom Fields
This code snippet allows bulk import of dropdown options into the custom MemberPress dropdown field. For…