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



wp_send_new_user_notification_to_admin › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'wp_send_new_user_notification_to_admin', 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 admin is notified of a new user registration.





Quellcode

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