Disable Right Click

Disable a right click on page.

WP Mail SMTP: specify an exact AuthType to connect to a Server.

Some SMTP servers require a very specific AuthType to connect to them in order to send…

product data tabs

/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…

Carla Mawyin
<10

Add the "input hidden" field type to the EDD settings

Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…

Hotel Surprise Grupo

Lucas Fumagalli
<10

AffiliateWP — Block Referrals for Existing Customers

Prevents AffiliateWP from generating referral commissions for returning customers. Commissions will only fire on a customer's…

Exclude Wholesale Customers from receiving the PDF Invoice

Integration with the PDF Invoices & Packing Slips for WooCommerce plugin by WP Overnight.

WWPP - Customize the admin "New Order" email subject for wholesalers

/** * Customize the Admin "New Order" email subject for wholesale customers only */ add_filter( 'woocommerce_email_subject_new_order',…

Opening booking resources editor in new tab

This snippet will open the booking resources editor in a new tab instead of opening it…

WWLC - Sync the Wholesale Lead Data to Klaviyo

Here's how to integrate your WooCommerce Wholesale Lead Capture registration form with Klaviyo so that new…

ACFW – Invalidate coupons based on a product's custom meta field using Custom Cart Item Meta

If you want to manage the restriction visually inside the Advanced Coupons Cart Conditions panel, you…

Days of the Week Filter Fix (Events List Block)

Fixes the Events List block's "Days of the Week" filter so it re-queries the server instead…

Override the commission calculation priority order

/** * Given the provided list of vendor_ids in the vendors array, override the commission to…

1 100 101 102 103 104 233