Recent

wzkb_github_skip_filefilterPro only

wzkb_github_skip_file

Allow skipping a file before download.

Type: filter
Since: 3.1.0
Source: includes/github/class-import-processor.php line 103

Parameters

Type Name Description
bool $skip Whether to skip this file.
string $file_path File path within the repo.
array $mapping Repository mapping.

Usage

add_filter( 'wzkb_github_skip_file', function($skip, $file_path, $mapping) {
    // ...
    return $skip;
} );