MemberPress: Restrict Email Patterns for All Memberships

This code snippet prevents users with specific email patterns from registering for any membership on the…

MemberPress: Require Coupon Code for Specific Free Memberships

The code snippet should be updated to specify the membership ID for which the coupon 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…

MemberPress: Enabling Payment Receipt Email for Free Recurring Subscriptions

By default, MemberPress doesn’t send the payment receipt email for free recurring membership registrations. This code…

MemberPress: Load All Currently Enqueued Styles In MemberPress Courses for S3MediaVault

By default, if the ReadyLaunch Courses/Lessons template is enabled, the MemberPress Courses add-on won’t enqueue 3rd-party…

Home Page

Welcome to Eckankar NJWelcome to Eckankar in New JerseyJoin free events and explore spiritual freedom.

Edward Kelly
<10

Schema Markup - Local Business

Insert structured data for local SEO of the company

Privacy checkbox field remains at the top line

The following code snippet will ensure that the privacy checkbox remains at the top line if…

Categorias pai a negrito e lembrete para nao esquecer de prencher certos campos ao adicionar um produto

/** * Validação completa para produtos WooCommerce * Verifica preço, categoria, referência (SKU) e peso */…

Trustpilot header code

ads trustpilot script to the header for reviews and tracking

Jonathan Blanco
<10

om.WebFonts.init

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

om.Styles.positionPopup

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

Slide Reposition Bottom Left

html div#om-{{id}} { right: auto !important; margin-left: 20px !important; }

1 170 171 172 173 174 213