Description
Filters the list of functions and classes to be ignored from the documentation lookup.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/misc.php | 672 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $ignore_functions | Array of names of functions and classes to be ignored. |
PHP Doc
/**
* Filters the list of functions and classes to be ignored from the documentation lookup.
*
* @since 2.8.0
*
* @param string[] $ignore_functions Array of names of functions and classes to be ignored.
*/