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

Array of names of functions and classes to be ignored.


Source

File: wp-admin/includes/misc.php

View on GitHub



Changelog

Changelog
Version Description
2.8.0 Introduced.