Description
Filters the array of excluded directories and files while scanning the folder.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/plugin.php | 247 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $exclusions | Array of excluded directories and files. |
PHP Doc
/**
* Filters the array of excluded directories and files while scanning the folder.
*
* @since 4.9.0
*
* @param string[] $exclusions Array of excluded directories and files.
*/