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



newuser_notify_siteadmin › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
Parameter: (2)
  • (string) $msg Email body.
    Erforderlich: Ja
  • (WP_User) $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 );