Filter: mc_from_date

apply_filters( 'mc_from_date', $from, $to, $params ) → {string}

Filter the calendar start date.

Parameters:
Name Type Description
$from string

Start date of events shown in main calendar shortcode in format yyyy-mm-dd.

$to string

Ending date of current view in format yyyy-mm-dd.

$params array

Calendar view parameters.

Source:
Returns:
Type
string