apply_filters( 'mc_recurring_events', $output, $results ) → {bool}
For large lists of recurring events, recurring events are not shown by default.
Only runs if number of recurring events higher than mc_recurring_event_limit.
Parameters:
| Name | Type | Description |
|---|---|---|
$output |
string | HTML output of events to shown. Default empty string. |
$results |
array | Array of related event objects. |
- Source:
Returns:
- Type
- bool