WPCode Admin Number of Snippets (copy)

Change the number of snippets displayed in the admin list using a filter.

Changing Multiple Properties on Store Credit Accordion Checkout Page

This allows you to customize other parts of the Store Credit Accordion on the Checkout Page

Mobile Menu Shortcode

function mobile_menu_shortcode( $atts ) { $atts = shortcode_atts( array( 'menu_id' => '', // Optional menu ID…

Reinhard Ekker
<10

om.Lock.init

document.addEventListener('om.Lock.init', function(event) { console.log(event.detail.Lock); // The method that will be used for locking the content. console.log(event.detail.Lock.method);…

om.Styles.init

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

om.Analytics.track

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

verify

Employee ID Verification Employee ID Verification Employee ID Verify

Success view

#om-{{id}}-success button.{{ns}}-CloseButton { /* Your Custom Styles */ }

1 63 64 65 66 67 124