filtrod 2.8.0
documentation_ignore_functions
Opis — z kodu źródłowego
Filters the list of functions and classes to be ignored from the documentation lookup.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$ignore_functions | string[] | Array of names of functions and classes to be ignored. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'documentation_ignore_functions', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'documentation_ignore_functions', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii