Remove the Header Menu Underline on Hover
If you enable the Header menu underline it will display both on active items and on…
MemberPress: Pass a Member Phone Number to Stripe
This code will pass the phone number a member added to the membership registration form when…
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: Restrict Email Domains on Registration
This code snippet will limit the membership registration to only the allowed list of email domains.…
MemberPress: Display Purchase Information With Shortcode
The code snippet registers a new shortcode: [purchase_info]. Adding this shortcode will display the latest MemberPress…
MemberPress: Display Custom Field Value Instead of Customer Name in PDF invoice
This code snippet automatically adds the custom field value or the customer's full name at the…
header
meta tag
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…
Safe Performance Middleware for NexSouk.com
Safe Performance Middleware for NexSouk.com
WPForms: new smart tag - Current Unix Time
Using wp_date() function to output a Unix time where the smart tag is used.
Add data-no-optimize to all JS snippets
This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…
MemberPress: Set the order of payment methods
This code lets you set the order that the payment gateways that appear on the MemberPress…
MemberPress: Change Non-Recurring Renewal Price
This code snippet allows modification of a one-time membership’s price for renewals. The code should be…
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: Unsubscribed Memberships Shortcode
This code snippet adds [mepr-unsubscribed-memberships] shortcode to display an unordered list (Titles/links) of the logged-in user’s…