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

Enable JSON and SVG uploads for administrator users only

/** * Enable JSON and SVG uploads for administrator users only. */ add_filter( 'upload_mimes', function (…

How to Style the WC Vendors Login Form

Learn how to style your WC Vendors login form with custom CSS for a clean, modern,…

GravityForms_DIR_AE_FPopulate - Auto-Populate Field Details on CPT Sync

* WPCode Snippet: Auto-Populate Field Details on CPT Sync * Location: Run Everywhere * Priority: 30

ismail daugherty PRO
<10

Format Date

Change the date format of the "Date of Donation" column in the Donations export.

Cortex Schema API

/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…

<10
1 192 193 194 195 196 225