Skip to content

mc_heading_level_list

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Filter list event heading level. Default 'h3'.

Auto-generated Example

add_filter(
   'mc_heading_level_list',
    function(
        string $hlevel,
        string $type,
        string $time,
        string $template
    ) {
        // Your code here.
        return $hlevel;
    },
    10,
    4
);

Parameters

  • string $hlevel Default heading level element.
  • string $type View type.
  • string $time View timeframe.
  • string $template Current template.

Returns

string

Files

apply_filters( 'mc_heading_level_list', $hlevel, $type, $time, $template )

← All Hooks

Clone this wiki locally