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
$ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.