eo_schedule_last
since 1.4.0
eo_schedule_last( $format = 'd-m-Y', $post_id )
Prints the formated date of the last occurrence of an event
Parameters
string
|
$format = 'd-m-Y' |
The format to use, using PHP Date format
|
int
|
$post_id |
The event (post) ID. Uses current event if empty.
|
Return value
string
|
The formatted date
|
Changelog