Enable quantity field on shop page

// Remove the default add to cart button remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); // Add custom…

Remove Specific Campaign From Any URLs Containing a Specific URL Path-v1

document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.search.indexOf('shopping-cart') > -1) { // replace shopping-cart wtih your specific URL path var…

Postalytics Tracking Script

Mail tracker

Mark Cornish
<10

Google AdSense Verification + Auto Ads

This snippet contains my AdSense verification meta tag and auto ads script.

frontend/js/snippets/scroll-behavior/sticky

This JavaScript snippet enables smooth scrolling to in-page anchors (like #section1) while automatically adjusting for a…

ACF_KEYSMST_MSTCASECPT – BASELINE MEASUREMENTS (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: BASELINE MEASUREMENTS (v3.0 Modular) * ============================================ * *…

ismail daugherty PRO
<10

Real Estate Website

Dream Career Project — Real Estate Agent Dream Career Project Real Estate Agent A clear plan…

WPForms: add field description in notification HTML and plain text emails

With this snippet, you can add a field description in notification emails that are sent to…

Disable Unused Auto-Generated Image Sizes

* Disable Unused Auto-Generated Image Sizes * Optimized for AWS Storage savings & Performance.

1 137 138 139 140 141 228