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

WWPP - Hide Tax label on Cart/Checkout for wholesale customers

add_filter( 'woocommerce_countries_tax_or_vat', function( $label ) { if ( ! ( is_cart() || is_checkout() ) ) {…

Single Vendor Purchase

Limits the customers purchase to a single vendor

Display a message after the 1st paragraph of posts

Thank you for reading this post, don't forget to subscribe!

How to Disable Comments on Event Posts? | Quick Event Manager

This code snippet is designed to automatically disable comments for event post types generated via the…

1 115 116 117 118 119 226