WP HOOKS
filtrod 5.3.0

recovery_email_debug_info

Args 1Plik wp-includes/class-wp-recovery-mode-email-service.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the debug information included in the fatal error protection email.

Parametry

ParametrTypOpis
$messagearrayAn associative array of debug information.

Wywołanie

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

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

Popularne w tej kategorii