WP HOOKS
filtrod 5.2.0

recovery_email_support_info

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

Opis — z kodu źródłowego

Filters the support message sent with the the fatal error protection email.

Parametry

ParametrTypOpis
$messagestringThe Message to include in the email.

Wywołanie

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

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

Popularne w tej kategorii