Description
An end date format filter.
Usage
function custom_em_get_the_end($date) {
// your code here
return $date;
}
add_filter('em_get_the_end', 'custom_em_get_the_end', 10, 1);
Parameters
- $date | string – a formatted date
Location
includes/functions.php