Re-route BuddyPress emails through WP Mail SMTP

This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…

google verification

google verification code

specific-element-custom-font.css

div#om-{{id}} .my-headline * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

Customize Store Credit Accordion on Checkout Page

This snippet allows you to customize Store Credit Accordion on the Checkout Page

WooCommerce Local Pickup Date Field | WooCommerce Pickup Date

Adds a date picker to the checkout page when "Local Pickup" is selected. The selected pickup…

om.Listeners.init

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

om.PoweredBy.init

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

1 72 73 74 75 76 122