WP HOOKS
filtrod 4.9.6

user_erasure_fulfillment_email_to

Args 2Plik wp-includes/user.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the recipient of the data erasure fulfillment notification.

Parametry

ParametrTypOpis
$user_emailstringThe email address of the notification recipient.
$request\WP_User_RequestThe request that is initiating the notification.

Wywołanie

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

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

Popularne w tej kategorii