Filter: mc_upcoming_date_from

apply_filters( 'mc_upcoming_date_from', $from, $args ) → {string}

Custom upcoming events date start value for upcoming events lists using date parameters.

Parameters:
Name Type Description
$from string

Starting date for this list of upcoming events in Y-m-d format.

$args array

Associative array holding the arguments used to generate this list of upcoming events.

Source:
Returns:

List starting date.

Type
string