Filter: mc_month_year_format

apply_filters( 'mc_month_year_format', $format, $date, $format, $time, $month ) → {string}

Filter the date format used for previous link if the prev link is in a different year.

Parameters:
Name Type Description
$format string

PHP Date format string.

$date array

Current date array.

$format string

View format.

$time string

View time frame.

$month string

month used in navigation reference (previous month.)

Source:
Returns:
Type
string