Function get_availability_for_date
This function is to get the available bookings for a date
Parameters summary
integer |
$product_id |
Product ID |
string |
$booking_date |
Date |
array |
$bookings_array |
Array for all the bookings received for the set date |
Return value summary
array
|
Returns the available bookings for a date. |