Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

Commissions payment_id email tag

This adds support for the {payment_id} email tag to Commissions Notifications

Auto delete FluentCommunity drug shortages posts

This code snippet automatically schedules the deletion of FluentCommunity posts created in a specific space after…

YB Settings

function impBrandsArchive( $query ) { $query->set( 'post_type', [ 'hot-tubs', 'swim-spas', 'saunas' ] ); } add_action( 'elementor/query/brands_archive',…

Untitled Snippet

Gordon Ikner
<10

WWLC - Route logout through home URL to prevent exposing the hidden login path

/** * Route logout through home URL to prevent exposing the hidden login path. */ add_filter(…

Add Tax ID to Shipping Label

/** * Add the Tax ID Field to the settings page * * In this example…

Including product tax to commission calculation

add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…

test

echo 'test';

Change the action's string in the refund section - "View Details"

Change the action's string in the refund section - "View Details"

1 125 126 127 128 129 226