Skip to content

mc_heading_level_table

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

Filter default event heading when in a table.

Auto-generated Example

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

Parameters

  • string $hlevel HTML element. Default 'h3'. Other variable names: $hlevel
  • string $type View type.
  • string $time View timeframe.
  • string $template Current template.

Returns

string

Files

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

← All Hooks

Clone this wiki locally