apply_filters( 'mc_use_custom_template', $template, $tags, $event, $type, $process_date, $time ) → {string}
Filter My Calendar view template.
Parameters:
| Name | Type | Description | 
|---|---|---|
$template | 
            
            string | HTML with template tags.  | 
        
$tags | 
            
            array | Event data array passed to template function.  | 
        
$event | 
            
            object | My Calendar event object.  | 
        
$type | 
            
            string | View type.  | 
        
$process_date | 
            
            string | Current date being processed.  | 
        
$time | 
            
            string | View timeframe.  | 
        
- Source:
 
Returns:
Must have at least five characters or it will be ignored.
- Type
 - string