I am trying to call this function/hook which is in the wooCommerce codebase but when I run my code it gives me an error.
Warning: Invalid argument supplied for foreach() in C:\wp-content\plugins\woocommerce-bookings\includes\admin\class-wc-bookings-calendar.php on line 241
Even when I console.log the events array it gives me a good array.
This function is the function I'm trying to call: $findDateBooking->list_bookings($day, $month, $year);