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…
Readme.txt Parsing Enhancements
Updates a Download's current version and changes log fields when using the readme.txt parsing feature in…
RED'S Java Snippet
fetch("https://redllc.ai/wp-json/chaport/v1/lead", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data…
Home page
home page schema
Foodtruck
crée moi moi un plugin pour wordpress pour un foodtruck avec une commande pour fermer et…
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 }…
Reorder dashboard navigation
Bring the order page to the front of the product page