eo_get_the_occurrences
since 1.0.0
eo_get_the_occurrences( $post_id )
Deprecated: 1.5
Returns an array of DateTime objects for each start date of occurrence
Parameters
int
|
$post_id |
Optional, the event (post) ID,
|
Return value
array|false
|
Array of DateTime objects of the start date-times of occurences. False if none exist.
|
Changelog
Related