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



documentation_ignore_functions › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'documentation_ignore_functions', $ignore_functions )
Parameter:
  • (string[]) $ignore_functions Array of names of functions and classes to be ignored.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of functions and classes to be ignored from the documentation lookup.





Quellcode

$ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );