Filter: mc_upcoming_date_to

apply_filters( 'mc_upcoming_date_to', $to, $args ) → {string}

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

Parameters:
Name Type Description
$to string

Ending 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 ending date.

Type
string