apply_filters( 'mc_template', $template, $array, $type, $event ) → {string}
Filter a rendered My Calendar template after parsing.
Parameters:
Name | Type | Description |
---|---|---|
$template |
string | Formatted HTML output of a template. |
$array |
array | Array of arguments passed to template. |
$type |
string | Type of view being rendered. |
$event |
object | Event object. |
- Source:
Returns:
Formatted HTML.
- Type
- string