Function check_in_range_weekdays
This function will return date range with true false based on the enabled weekdays.
Parameters summary
string |
$start_date |
Start Date |
string |
$end_date |
End Date |
string |
$recurring_selected_weekdays |
Weekday setting of the product |
Return value summary
array
|
$return_value This will array of dates with true if date range having weekday enabled else date with false value. |