apply_filters( 'mc_event_detail_{name}', $details, $event ) → {string}
Filter individual display output items. Variable filter name based on array( 'close', 'inner_title', 'list_title', 'time_html', 'img', 'description', 'short', 'location', 'access', 'link', 'status', 'tickets', 'author', 'host', 'sharing', 'return' );
Parameters:
Name | Type | Description |
---|---|---|
$details |
string | HTML content for section. |
$event |
object | My Calendar event object. |
- Source:
Returns:
- Type
- string