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 string[]
Array of names of functions and classes to be ignored.

Top ↑

Source

File: wp-admin/includes/misc.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

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