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



newuser_notify_siteadmin › WordPress Filter Hooks

DaMU (3.0.0)
Deprecaton/a
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
Parametri: (2)
  • (string) $msg Email body.
    Richiesto:
  • (WP_User) $user WP_User instance of the new user.
    Richiesto:
Definito a:
Codex:

Filters the message body of the new user activation email sent to the network administrator.





Sorgenti

$msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );