change media owner

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

<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 );

Commercial Lending & Business Funding | Arlo Funding

Fast, flexible commercial lending and business funding solutions nationwide. Commercial real estate loans, asset-based financing, and…

Louis VanEssen
<10

Milestone Sales Alert

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

Property Type Conditional Search Fields

jQuery(document).ready(function($) { // ============================================ // FIELD VISIBILITY BASED ON PROPERTY TYPE // ============================================ // All conditional…

sagar rane
<10

Commissions payment_id email tag

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

japao relativo

Japão Relativo | Curadoria × FABIO AKIRA Curadoria Japão Relativo VISITJAPAN Explorar por Categoria Todos Cultura…

Set a Custom Email Header (copy)

This snippet sets custom email headers to ensure you can control specific behaviors of your sent…

WWPP & Elementor - Show correct wholesale prices in the Elementor side cart

/** * WWPP & Elementor: show correct wholesale prices in Elementor side cart. */ add_filter( 'woocommerce_cart_item_price',…

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 190 191 192 193 194 224