Function check_in_fixed_block_booking
This function will return array of dates with true or false value based on the weekday of fixed block
Parameters summary
string |
$start_date |
Start Date |
string |
$end_date |
End Date |
string |
$days |
Array of added days in all fixed blocks |
Return value summary
array
|
$return_value Return array of dates with true or false value based on the weekday of fixed block |