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