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: 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…

Automatisches Löschen des Papierkorbs deaktivieren

function wpb_remove_schedule_delete() { remove_action( 'wp_scheduled_delete', 'wp_scheduled_delete' ); } add_action( 'init', 'wpb_remove_schedule_delete' );

<10

Activer automatiquement les extensions de formulaire

add_action('init', function () { $extensions = [ 'fluent-crm/fluent-crm.php', 'wp-html-mail/wp-html-mail.php', 'wpforms-lite/wpforms.php', // si installé 'surecart/surecart.php', // pour…

om.Html.images

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

om.Html.inlineScripts

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

om.Optin.init.submit

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

Product order WooCommerce

Force alphabetical sorting on all product pages

Slide Reposition Top Center v2

html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…

1 139 140 141 142 143 226