Get all persons as a sum from all WooCommerce bookings
I use the official woocommerce booking plugin and I try do get the quantity of all persons that have booked a product. for a single order that's no problem with: if ( is_callable( 'WC_booking_Data_Store::get_booking_ids_from_order_id') ) { $booking_data = new WC_booking_Data_Store();…