Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active November 29, 2021 14:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/904cc76e5ce89e9d62fcf6ec22f44495 to your computer and use it in GitHub Desktop.
Save lukecav/904cc76e5ce89e9d62fcf6ec22f44495 to your computer and use it in GitHub Desktop.
Disable background image regeneration in WooCommerce 3.3
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