mc_before_calendar - joedolson/my-calendar GitHub Wiki
Prepend content before the calendar.
Auto-generated Example
add_filter(
'mc_before_calendar',
function(
string $before,
array $params
) {
// Your code here.
return $before;
},
10,
2
);
Parameters
string$beforeHTML content.array$paramsCurrent view arguments.
Returns
string
Files
apply_filters( 'mc_before_calendar', '', $params )