eo_get_the_occurrence
since 3.0.0
eo_get_the_occurrence( $event_id, $occurrence_id )
Returns an array contining the start and end datetime of the specified occurrence.
The returned array contains two DateTime objects with the keys: 'start' and 'end',
Parameters
int
|
$event_id |
|
int
|
$occurrence_id |
|
Return value
boolean|array
|
False if the occurrence was not found.
|
Changelog