WP HOOKS
filtrod 6.4.0

deprecated_class_trigger_error

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

Opis — z kodu źródłowego

Filters whether to trigger an error for a deprecated class.

Parametry

ParametrTypOpis
$triggerboolWhether to trigger an error for a deprecated class. Default true.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'deprecated_class_trigger_error', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii