wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



theme_scandir_exclusions › WordPress Filter Hooks

Seit4.7.4
Veraltetn/v
apply_filters( 'theme_scandir_exclusions', array( 'CVS', 'node_modules', 'vendor', 'bower_components' )
Parameter:
  • (string[]) $exclusions Array of excluded directories and files.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of excluded directories and files while scanning theme folder.





Quellcode

$exclusions = (array) apply_filters( 'theme_scandir_exclusions', array( 'CVS', 'node_modules', 'vendor', 'bower_components' ) );