documentation_ignore_functions WordPress Filter Hook
The ignore_functions WordPress hook allows you to specify a list of functions to be ignored by the documentation parser. This can be useful if you want to prevent certain functions from being documented, or if you want to make sure that only specific functions are documented.
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
(string[])Array of names of functions and classes to be ignored.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |