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



newuser_notify_siteadmin › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
Parameter: (2)
  • () msg Email body.
    Erforderlich: Ja
  • () user WP_User instance of the new user.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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