MemberPress: Disable Admin Password Lost/Changed Email

Disable the MemberPress Admin email notification for password lost/changed.

Change a license activation limit prgramatically.

This snippet is an example of changing the activation limit on a license key based on…

add 2 nos

function addNumbers() { // Get input values const num1 = parseFloat(document.getElementById('num1').value); const num2 = parseFloat(document.getElementById('num2').value); //…

Change State To Province

Change the "State" field into a "Province" field.

User Switching

Easily switch to a Customer when using the User Switching plugin

Add extra shipping providers for vendor tracking numbers

$shipping_providers = array( 'Australia' => array( 'Australia Post' => 'https://auspost.com.au/mypost/track/#/details/%1$s', 'FedEx' => 'https://www.fedex.com/apps/fedextrack/?tracknumbers=%1$s&cntry_code=au', 'Fastway Couriers' =>…

Smart convert images to webp

Smart conversion of all photos to webp - determine the percentage of compression of photos تبدیل…

MemberPress: Prevent users from auto-login after registration

The code snippet is designed to disable the auto-login feature for users who register for a…

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

Add Read More Link

Add a Read More link to the campaigns in the campaign grid.

Combine shortcodes to have more than one month in Fullworks' Event Manager

This snippet combines 3 shortcodes of qem to list the current month, next month and the…

MemberPress: Display Account Tabs Anywhere

This code registers a new shortcode: [mepr-account-links]. This shortcode can be used anywhere to display the…

Sample Email Template Tag (copy)

This is an example of how to register a new email template tag for EDD as…

1 42 43 44 45 46 149