Test

Louis Agnello
<10

Untitled Snippet

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Show Terms By Default

Show the terms of agreement open on the checkout page by default

Meta Pixel - InitiateCheckout Event

Meta Pixel - InitiateCheckout Event

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

Remove the "Apply to become a vendor" checkbox from the WooCommerce default customer signup form

/** * Remove WC Vendors "Apply to become a vendor" checkbox from the WooCommerce default customer…

Retroactive Lifetime Licenses

Mark all existing licenses for an EDD product as lifetime licenses.

AffiliateWP - Affiliate Referrals CSV Export

Adds a "Download Referrals CSV" button to the Affiliate Area referrals tab. When WooCommerce is active,…

Vendor Canonical Links

Makes the vendor canonical links go to yoursite/vendor/vendor-name instead of yoursite/vendor.

Allow SVG/JPEG/WEBP/ICO/AVIF Files Upload

Allows these filetypes to be uploaded to the media library

Customize the error message shown on the WPForms Password Reset form when the reset link is invalid or expired

/** * Customize the error message shown on the WPForms Password Reset form * when the…

Ralden Souza PRO
<10
1 115 116 117 118 119 226