wpseek.com
A WordPress-centric search engine for devs and theme authors



documentation_ignore_functions › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'documentation_ignore_functions', $ignore_functions )
Parameters:
  • (string[]) $ignore_functions Array of names of functions and classes to be ignored.
    Required: Yes
Defined at:
Codex:

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





Source

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