filtrod 4.3.0
deprecated_constructor_trigger_error
Opis — z kodu źródłowego
Filters whether to trigger an error for deprecated functions.
WP_DEBUG must be true in addition to the filter evaluating to true.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$trigger | bool | Whether to trigger the error for deprecated functions. Default true. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'deprecated_constructor_trigger_error', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'deprecated_constructor_trigger_error', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii