wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_send_new_user_notification_to_user › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'wp_send_new_user_notification_to_user', true, $user )
参数: (2)
  • (bool) $send Whether to send the email. Default true.
    Required: Yes
  • (WP_User) $user User object for new user.
    Required: Yes
定义在:
文档:

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





源码

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