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…
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
deepseek2
magazine 2
Add Custom Taxonomy to Woocommerce Single Product Page
add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…
Stop Lazy Load
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Untitled Snippet
i want a on off button that when press each other send logical true if press…
Add Profile ID to Subscriber
You can assign any CRM ID or your database ID to your push subscriber and then…
Class Clashes | Display Eventbrite Events
We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Defining Email Log Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…