Hi, I'm using the woocommerce bookings plugin and it has a setting that empties the user's cart after 15 minutes. I've identified the code of code that does this:
/**
* Schedule booking to be deleted if inactive
*/
public function schedule_cart_removal( $booking_id ) {
wp_clear_scheduled_hook( '...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.