Change Campaign Finished Notice

Change the notice shown for campaigns when they are finished.

Remove the Header Menu Underline on Hover

If you enable the Header menu underline it will display both on active items and on…

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…

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…

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…

<10

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: Allow a User Role to Access the Admin Area

By default, only users with the Administrator user role will be allowed to access the MemberPress…

MemberPress: Allow Users to Pause/Resume Subscriptions Only for Specific Memberships

For this code snippet to work, the Allow members to pause/resume their subscription option needs to…

1 26 27 28 29