Limit user files in media library
change the number in the snippet
reunik1
increase limit
VDX Optimizer
// VDX Optimizer - SEO, Social Media & WooCommerce // SEO Meta Tags add_action('wp_head', function() {…
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
Spreaker Automatic Sync
Runs an hourly background task to fetch the Spreaker RSS feed and automatically creates a new…
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…
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 }…