Skip to content

mc_ical_download_to

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

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 $from Date string.
  • string $p Date span.

Returns

string

Files

apply_filters( 'mc_ical_download_to', $to, $p )

← All Hooks

Clone this wiki locally