eo_the_end
since 1.0.0
eo_the_end( $format = 'd-m-Y', $post_id, $occurrence_id, $deprecated )
Echos the end 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 |
Deprecated, use the third argument.
|
|
$deprecated |
|
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
|
|