om.Group.init

document.addEventListener('om.Group.init', function(event) { console.log(event.detail.Group); // An array of the Rule objects console.log(event.detail.Group.rules); 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 Center v2

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

form autofocus

document.addEventListener('om.Form.autofocus', function(event) { let omForm = event.detail.Form; omForm.autofocus = false; }

master home page final

Shop Doggyography Blog Contact More than a collar. A nightly transformation. An expression of identity. A…

Untitled Snippet

Soufian Seddiki
<10

WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync

/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…

ismail daugherty PRO
<10

NEXTSTEP SHORTCODE CRONJOB

/** * Compliance Calendar - Cron Jobs (Overdue Detection) * Checks for overdue compliance items and…

ismail daugherty PRO
<10

Website Schema

Melody Tholstrup
<10

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

1 56 57 58 59 60 124