Disable Donation Receipt For Offline Donations

Disable the donation receipt email for offline donations.

Set Maximum Donation Amount

Set the maximum donation amount required.

MemberPress: Require Specific Coupon to Register

The code will make a specific coupon mandatory for purchasing a specific membership. More than one…

Woocommerce category archive sort products by date by default

Change the name of the category (in this e.g. gramatas). Now it will show newest products…

masonry.js

Register and Enqueue masonry.js library for grid layouts

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: Filter Email Recipients Based on Expired Memberships

The code snippet updates the email recipient lists by removing email addresses of users whose membership…

MemberPress: Unenrolled Course Shortcode

The code snippet registers a new shortcode: [mpcs-unenrolled-courses]. Adding this shortcode will display an unordered list…

Optimized & Safe NexSouk Performance Booster Snippet (with toggles off for embeds + block CSS)

// NexSouk Performance Booster (Safe Version) // PHP performance enhancements for: // - Load speed //…

WPForms: display a form under the confirmation message with or without user entered field values.

add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…

MemberPress: Replace Country Code with Country Name

Replaces the 2-digit country code in the {$user_address} parameter for emails with the full country name.

Change the FILEMANAGERURL

Change the FILEMANAGERURL in Modern Pos

MemberPress: Prevent Customers from Certain States in the US from Registering

This code snippet will prevent users based in specific US States from registering. For the code…

MemberPress: Restrict Signups for EU-Based Users

This code snippet will restrict signups for EU-based Users on MemberPress registration pages. Additionally, it ensures…

1 20 21 22 23 24 29