WP HOOKS
filtrod 4.3.0

deprecated_constructor_trigger_error

Args 1Plik wp-includes/functions.phpDokumentacja WP ↗

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

ParametrTypOpis
$triggerboolWhether 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
}

Popularne w tej kategorii