Adds a username field to WC Vendors Signup and uses it when creating the user.
This feature adds a Username field to the WC Vendors signup form, allowing vendors to choose…
WPCODE_DIR_AC_RAPI - REST API Enhancements for WPCode Snippets Sync
* Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere *…
webhook code example updated
{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…
https://wpcode.com/ai
https://wpcode.com/ai
Disable Right Click
Disable a right click on page.
Amit choudhary blogs
Blogger
Force account creation by cart total
Force account creation at checkout if the cart total is a certain amount and the quantity…
Exclude Specific Products from Parent Category
/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…
Prevent Discounts on Upgrades
Does not allow a discount code to be applied when an license upgrade is present in…
Εμφάνιση πεδίων User Registration στη λίστα χρηστών του WordPress
/** * Save registration fields in custom user meta keys * and show them in the…
Add custom text to WooCommerce Email Templates for Wholesale Customers
If you want to place content elsewhere in the email, swap the hook: woocommerce_email_before_order_table: Above the…
WWPP – Customize the admin “New Order” email subject for wholesalers v1.1
How to apply: 1. Replace the previous snippet with this one in your functions.php or Code…