You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"generator":"Code Snippets v2.13.0","date_created":"2019-01-17 03:49","snippets":[{"name":"Change the amount of minutes for when an In Cart booking expires and gets deleted in WooCommerce Bookings","desc":"https:\/\/docs.woocommerce.com\/document\/bookings-snippets\/#section-4","tags":["in cart","booking","expiry","minutes","woocomerce"],"scope":"global","code":"function change_incart_bookings_expiry_minutes( $minutes ) {\r\n\treturn 5;\r\n}\r\nadd_filter( 'woocommerce_bookings_remove_inactive_cart_time', 'change_incart_bookings_expiry_minutes' );"}]}