Remove the coupon section for orders that did not use any coupon.

add_action( 'woocommerce_email_before_order_table', 'conditionally_remove_coupon_section_from_email', 5, 4 ); function conditionally_remove_coupon_section_from_email( $order, $sent_to_admin, $plain_text, $email ) { if (…

Modify User Verification URL Expiration

Changes the length of time before user verification email links expire

Disable WordPress auto-update emails (plugins/themes/core)

// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…

work in progress

3d cartoon style racing game that I can import to scratch, other racers and a start…

AffiliateWP -- Searchable Checkout Referrals Dropdown WPCode Description

Applies Select2 to the affiliate selector dropdown at checkout to make it searchable. Handles WooCommerce classic…

WWPP - Restrict add-to-cart on specific products to a specific wholesale role only

How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…

Add vat over the commission

This will add VAT value over the commission

MemberPress: Hide Protected Posts on Archive Page

Hides posts that the current user (or guest) does not have access to from archive pages.

Disable Product delete for published products only

/** * This will disable delete only for published products, leaving drafts to be able to…

change the name of the Commission column

if ( ! function_exists( 'wcv_change_commission_table_columns_name' ) ) { /** * Change the name of the commission…

Change the "Commission" header for the Recent Orders table

Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.

Active Campaign Snippet

footer

Lisa Upsher
<10

Euroclear Holding

https://www.legalentityidentifier.co.uk/leicert/?lei=549300IQZVZ949N37S44&t=d3&h=cHh1anA5LzdCQjJmNGw3b3QwWWI1Zz09

Extra WordPress Filters in Pro (Do something with the price display) | Display Eventbrite Events

Using this filter, you can change the price display. filter: (‘wfea_price_display‘ , $price_display, $min, $max, $currency)…

1 110 111 112 113 114 220