newuser_notify_siteadmin

最后更新于:2021-11-27 10:34:05

apply_filters( ‘newuser_notify_siteadmin’, string $msg, GC_User $user )

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

参数

$msg

(string)
Email body.

$user

(GC_User)
GC_User instance of the new user.

源文件

文件: gc-includes/ms-functions.php

View on Trac