WP HOOKS
filtrod 6.1.0

wp_send_new_user_notification_to_admin

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

Opis — z kodu źródłowego

Filters whether the admin is notified of a new user registration.

Parametry

ParametrTypOpis
$sendboolWhether to send the email. Default true.
$user\WP_UserUser object for new user.

Wywołanie

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

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

Popularne w tej kategorii