change media owner

Allows the admin to assign any media library file from one user to another

<10

MST Case Container Initiate Case

* Called by Uncanny Automator via "Call a custom function/method" action * When Form 269 (MST…

ismail daugherty PRO
<10

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

Kenneth Morgan
<10

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

Security Icons for Cart Page

/** * ============================================================ * Cart Page — Security Trust Badge Bar * ============================================================ * * PURPOSE:…

Dustin Lavoie
<10

AR iFrame Snippet 2.0

Used for IMP Augmented Reality viewer for Jacuzzi models from Brand 3D

Paramount Site

paramount-wpcode-full-shortcode.php

Andre Howard
<10

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…

1 110 111 112 113 114 223