WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about documentation_ignore_functions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/misc.php apply_filters 662 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $ignore_functions Array of names of functions and classes to be ignored.