wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_send_new_user_notification_to_admin › Filtr WordPress Hooks

Od6.1.0
Przestarzałyn/a
apply_filters( 'wp_send_new_user_notification_to_admin', true, $user )
Parametry: (2)
  • (bool) $send Whether to send the email. Default true.
    Wymagane: Tak
  • (WP_User) $user User object for new user.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the admin is notified of a new user registration.





Źródło

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