Filters the contents of the email sent when an existing user is invited to join the site.
Parameters
$new_user_emailarray
{ Used to build wp_mail(). @type string $to The email address of the invited user. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers.}
$tostring
The email address of the invited user.
$subjectstring
The subject of the email.
$messagestring
The content of the email.
$headersstring
Headers.
$user_idint
The invited user's ID.
$rolearray
Array containing role information for the invited user.