Filter hook 'wp_send_new_user_notification_to_user'

in WP Core File wp-includes/pluggable.php at line 2210

Description

Filters whether the user is notified of their new user registration.

Occurrences

Filename Line Number
wp-includes/pluggable.php 2210

Parameters

Type Name Description
bool $send Whether to send the email. Default true.
WP_User $user User object for new user.

PHP Doc

/**
		 * Filters whether the user is notified of their new user registration.
		 *
		 * @since 6.1.0
		 *
		 * @param bool    $send Whether to send the email. Default true.
		 * @param WP_User $user User object for new user.
		 */