Filter: mc_heading_level

apply_filters( 'mc_heading_level', $h1, $format, $time, $template ) → {string}

Main heading level. Default h2.

Parameters:
Name Type Description
$h1 string

Main heading level.

$format string

Current view format.

$time string

Current view time frame.

$template string

Current view template.

Source:
Returns:
Type
string

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

Filter the main calendar heading level. Default h2.

Parameters:
Name Type Description
$heading string

HTML heading element.

$format string

Viewed format.

$time string

Time frame currently viewed.

$template string

Heading template.

Source:
Returns:
Type
string