change media owner
Allows the admin to assign any media library file from one user to another
MST Case Container Initiate Case
* Called by Uncanny Automator via "Call a custom function/method" action * When Form 269 (MST…
Ensure Webfont is Loaded (non-Elementor)
function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );
Untitled Snippet
LiceLicense key NB43HKACOWMY7PCUB se key
Milestone Sales Alert
Emails the admin when a specific download has been sold X times.
WWOF - Force Default Quantity to 0 and Auto-tick the Add to Cart Checkbox
Supports both manual typing and up/down arrow clicks
Commissions payment_id email tag
This adds support for the {payment_id} email tag to Commissions Notifications
Security Icons for Cart Page
/** * ============================================================ * Cart Page — Security Trust Badge Bar * ============================================================ * * PURPOSE:…
AR iFrame Snippet 2.0
Used for IMP Augmented Reality viewer for Jacuzzi models from Brand 3D
Paramount Site
paramount-wpcode-full-shortcode.php
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…