Search results for: admin
Elementor Store Headers
Gives support for Elementor on WC Vendor Headers
Min-Max Product Price (with decimal support)
Add minimum/maximum validation to your product's price - with decimal support
google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q
google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q
Set a Custom Email Header (copy)
This snippet sets custom email headers to ensure you can control specific behaviors of your sent…
increase max file size
a snippet to increase max file size to allow WP staging pro upload
Rank Math
Support for Rank Math
Yoast SEO
Integration with Yoast SEO with WC Vendors
Charitable: Force PayPal Legacy gateway
Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…
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…
Remove ISO 4217 Format for specific feeds
//Google Feeds add_filter('adt_pfp_localize_price_iso4217_feeds', function($feeds) { // Remove all Google feeds from ISO4217 formatting return array_filter($feeds, function($feed)…
Force localized currency for product feeds
This allows you to change the ISO 4217 for all the product feeds