• Resolved nvr21

    (@nvr21)


    Hey,

    Sometimes we need to deactivate the module for some testing, debug etc but each time your module is deactivated ./ not deleted the images are going back to non optimized version.

    Any chance to stop this behaviour?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @nvr21

    You may need to stop WooCommerce from regenerating thumbnails by adding this code snippet to your child theme or via Code Snippets plugin:

    add_filter('woocommerce_background_image_regeneration', '__return_false', PHP_INT_MAX);

    Thread Starter nvr21

    (@nvr21)

    Amazing thanks ??

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    I’m closing this thread for now, If you have any further questions, feel free to start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deactivate the module restore defaults’ is closed to new replies.