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



wp_send_new_user_notification_to_admin › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'wp_send_new_user_notification_to_admin', 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 admin is notified of a new user registration.





源码

$send_notification_to_admin = apply_filters( 'wp_send_new_user_notification_to_admin', true, $user );