Skip to content

mc_get_file

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

Filter file paths for My Calendar files.

Auto-generated Example

add_filter(
   'mc_get_file',
    function(
        string $path,
        string $file
    ) {
        // Your code here.
        return $path;
    },
    10,
    2
);

Parameters

  • string $path File path.
  • string $file File name.

Returns

string

Files

apply_filters( 'mc_get_file', $path, $file )

← All Hooks

Clone this wiki locally