wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_send_new_user_notification_to_user › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'wp_send_new_user_notification_to_user', true, $user )
Parameter: (2)
  • (bool) $send Whether to send the email. Default true.
    Erforderlich: Ja
  • (WP_User) $user User object for new user.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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