WP HOOKS
filtrod 4.9.0

send_site_admin_email_change_email

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

Opis — z kodu źródłowego

Filters whether to send the site admin email change notification email.

Parametry

ParametrTypOpis
$sendboolWhether to send the email notification.
$old_emailstringThe old site admin email address.
$new_emailstringThe new site admin email address.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'send_site_admin_email_change_email', 'twoja_funkcja', 10, 3 );

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

Popularne w tej kategorii