apply_filters( 'newuser_notify_siteadmin', string $msg, WP_User $user )

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


Description Description


Parameters Parameters

$msg

(string) Email body.

$user

(WP_User) WP_User instance of the new user.


Top ↑

Source Source

File: wp-includes/ms-functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.