mc_ical_download_to - joedolson/my-calendar GitHub Wiki
Filter iCal download 'to' date.
Auto-generated Example
add_filter(
'mc_ical_download_to',
function(
string $from,
string $p
) {
// Your code here.
return $from;
},
10,
2
);
Parameters
string$fromDate string.string$pDate span.
Returns
string
Files
apply_filters( 'mc_ical_download_to', $to, $p )