mc_heading_level_table - joedolson/my-calendar GitHub Wiki
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:$hlevelstring$typeView type.string$timeView timeframe.string$templateCurrent template.
Returns
string
Files
apply_filters( 'mc_heading_level_table', $hlevel, $type, $time, $template )