MemberPress: Change Stripe Checkout Description

The code snippet changes the Stripe Checkout payment method description in the MemberPress registration pages. To…

MemberPress: Enable MailPoet Confirmation Email

By default, MailPoet will send the signup confirmation email to users. It will also prevent users…

Disable the "grab image" setting for Divi on checkout

If the checkout page does not have a featured image, and the "grab first post image"…

WooCommerce Delivery Address Popup – Sync Address in Header & Checkout

Enhance your WooCommerce store with an Amazon-style "Deliver to" address popup. Allow customers to select or…

What is Available

document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); });

om.Campaign.afterShow

document.addEventListener('om.Campaign.afterShow', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

om.Analytics.conversion

document.addEventListener('om.Analytics.conversion', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

1 198 199 200 201 202 213