Limit user files in media library

change the number in the snippet

<10

VDX Optimizer

// VDX Optimizer - SEO, Social Media & WooCommerce // SEO Meta Tags add_action('wp_head', function() {…

Vadim Bubulici
<10

Lindy Chat Bot

Geoff Neupert PRO
<10

Withholding Tax Example

Withhold 30% of each commission amount when the customer address matches the store country for withholding…

met checkout redirection

code to redirect checkout from meta to woocomm

sarah miller
<10

Spreaker Automatic Sync

Runs an hourly background task to fetch the Spreaker RSS feed and automatically creates a new…

Craig Carroll
<10

Vendd Theme - Display Downloads Purchase Button

This is a CSS snippet which displays the download purchase button

Remove ISO 4217 for Google Feeds

// Force localization for all feeds add_filter('adt_product_feed_localize_price_args', function($args) { $args['decimal_separator'] = '.'; $args['thousand_separator'] = ','; return…

<10

Gravity Forms Hook — BOL Upload Triggers Capture

When the vendor uploads the Bill of Lading, the following snippet links the submission to the…

Add order status to the commissions table export

/** * Add order status to the commissions table export */ function wcv_commission_export_columns( $columns ){ $columns['order_status']…

disable joinchat whatsapp plugin on mobile biew

@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…

1 125 126 127 128 129 233