wp_send_new_user_notification_to_user

过滤钩子
apply_filters( 'wp_send_new_user_notification_to_user', true, $user )

过滤用户是否被通知他们的新用户注册。

$send_notification_to_user = apply_filters( 'wp_send_new_user_notification_to_user', true, $user );