documentation_ignore_functions WordPress Filter Hook

The ignore_functions WordPress hook allows you to specify a list of functions to be ignored by the documentation parser. This can be useful if you want to prevent certain functions from being documented, or if you want to make sure that only specific functions are documented.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.