eo_the_start
since 1.0.0
eo_the_start( $format = 'd-m-Y', $post_id, $occurrence_id, $deprecated )
Echos the start date of occurrence of event
Parameters
string
|
$format = 'd-m-Y' |
String of format as accepted by PHP date
|
int
|
$post_id |
Post ID of the event
|
int
|
$occurrence_id |
The occurrence ID
|
int
|
$deprecated |
Deprecated, use the third argument.
|
Changelog
3.0.0
|
Third argument repurposed for the occurrence ID. Fourth argument can still be used, but discouraged.
|
1.5.6
|
Third argument deprecated, use fourth argument to pass occurrence ID.
|
1.0.0
|
|