On this page
apply_filters( 'documentation_ignore_functions', string[] $ignore_functions )
Filters the list of functions and classes to be ignored from the documentation lookup.
Parameters
$ignore_functionsstring[]-
Array of names of functions and classes to be ignored.
Source
File: wp-admin/includes/misc.php. View all references
$ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
Related
Used By
| Used By | Description |
|---|---|
| wp_doc_link_parse() wp-admin/includes/misc.php |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/documentation_ignore_functions