apply_filters( 'mc_details_template', $e_template, $event ) → {string}
Filter template for the {details}
output. Default: Details about {title}
.
Parameters:
Name | Type | Description |
---|---|---|
$e_template |
string | String with template tags. |
$event |
object | Event object. |
- Source:
Returns:
Unparsed template.
- Type
- string