This function disables the WooCommerce automatic image regeneration in the background.
[php] /* disable WooCommerce automatic image regeneration in the background */ add_filter( 'woocommerce_background_image_regeneration', '__return_false' ); [/php]
0 Comments