Function get_booked_multiple
Returns an array of dates that are completely booked i.e. lockout has been reached. Lockout Priority: 1. specific date lockout 2. weekday lockout 3. lockout date after X orders
Parameters summary
integer |
$product_id |
Product Id |
array |
$dates |
Array of Date and its lockout |
Return value summary
array
|
$booked_dates Return array the dates whose lockout is reached |