WP HOOKS
filtrod 3.0.0

deprecated_argument_trigger_error

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

Opis — z kodu źródłowego

Filters whether to trigger an error for deprecated arguments.

Parametry

ParametrTypOpis
$triggerboolWhether to trigger the error for deprecated arguments. Default true.

Wywołanie

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

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

Popularne w tej kategorii