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…

catalogue

Tyler Carroll
<10

Enable JSON and SVG uploads for administrator users only

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

Sort Events Category by Publish Date (Oldest First)

function sort_posts_by_category($query) { if ($query->is_main_query() && !is_admin()) { $oldest_first_categories = array(1483,1486,1485,1484,1482,1391); // Replace with the IDs…

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
1 140 141 142 143 144 216