Skip to content

mc_heading_level_table

Joe Dolson edited this page May 15, 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