Last active
November 29, 2021 14:16
-
-
Save lukecav/904cc76e5ce89e9d62fcf6ec22f44495 to your computer and use it in GitHub Desktop.
Disable background image regeneration in WooCommerce 3.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'woocommerce_background_image_regeneration', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/woocommerce/woocommerce/wiki/Thumbnail-Image-Regeneration-in-3.3
https://wordpress.org/plugins/regenerate-thumbnails/