apply_filters( ‘documentation_ignore_functions’, string[] $ignore_functions )

In this article

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

$ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.