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



plugin_files_exclusions › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'plugin_files_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 the folder.





Quellcode

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