Filter: mc_heading

apply_filters( 'mc_heading', $heading, $format, $time ) → {string}

Filter the main calendar heading content in single day view.

Parameters:
Name Type Description
$heading string

HTML heading for calendar.

$format string

Viewed format.

$time string

Time frame currently viewed.

Source:
Returns:
Type
string

apply_filters( 'mc_heading', $heading, $format, $time, $template ) → {string}

Filter the main calendar heading in multiday views.

Parameters:
Name Type Description
$heading string

HTML heading for calendar.

$format string

Viewed format.

$time string

Time frame currently viewed.

$template string

Heading template.

Source:
Returns:
Type
string