扫描主题文件夹时筛选排除的目录和文件数组。
原型
apply_filters( 'theme_scandir_exclusions', array $exclusions )
参数
$exclusions
(array)
排除的目录和文件的数组。
源文件
路径:wp-includes/class-wp-theme.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/theme_scandir_exclusions/