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