apply_filters( 'documentation_ignore_functions', string[] $ignore_functions )
Filters the list of functions and classes to be ignored from the documentation lookup.
Parameters
- $ignore_functions
-
Array of names of functions and classes to be ignored.
Source
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |