wp_send_new_user_notification_to_user

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

wp_send_new_user_notification_to_user: 这是一个 WordPress 内置的函数,用于向新注册的用户发送通知邮件: 该函数接收一个用户 ID 参数,并使用该用户的信息向该用户发送通知邮件。

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

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

常见问题

FAQs
查看更多 >