wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_send_new_user_notification_to_user › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'wp_send_new_user_notification_to_user', true, $user )
Parametri: (2)
  • (bool) $send Whether to send the email. Default true.
    Richiesto:
  • (WP_User) $user User object for new user.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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