apply_filters( 'mc_file_exists', $path, $file ) → {bool}
Filter test for whether a file exists. Return true to confirm file exists.
Parameters:
Name | Type | Description |
---|---|---|
$path |
bool | File path. |
$file |
string | File name. |
- Source:
Returns:
- Type
- bool