wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



newuser_notify_siteadmin › Les Filtres WordPress

DepuisMU (3.0.0)
Dépréciéen/a
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
Paramètres: (2)
  • (string) $msg Email body.
    Requis: Oui
  • (WP_User) $user WP_User instance of the new user.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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