Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Product left in cart deletes hi-res image after X time › Reply To: Product left in cart deletes hi-res image after X time
November 5, 2017 at 1:08 pm
#8038
Keymaster
Hi Geoff,
yes we remove un used images after one day, you can remove this functionality by following code comment or remove from plugin.class.php
if ( ! wp_next_scheduled( 'do_action_remove_images' ) ) {
wp_schedule_event( time(), 'daily', 'do_action_remove_images');
}