Function bkap_check_for_max_date
Check if start date is out of the max date range (i.e. maximum number of dates to choose). Return true if in range else return false
Parameters summary
string|integer |
$product_id |
Product ID |
array |
$booking_settings |
Booking Settings for the product to check |
string |
$start_date |
Start Date |
|
$current_time |
Return value summary
boolean
|
true if not in range else return false |