Warning: This hook has been deprecated. Use the filters in BP_Email. $update_user argument unset and deprecated instead.
apply_filters( 'bp_new_user_email_content', string $value , string $recipient_email , string $old_user_email , bool $deprecated )
Filter the email text sent when a user changes emails.
Description Description
Parameters Parameters
- $value
-
Text of the email.
- $recipient_email
-
New user email that the current user has changed to.
- $old_user_email
-
Existing email address for the current user.
- $deprecated
-
Removed in 2.5; now a bool (false).
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. $update_user argument unset and deprecated. |
2.1.0 | Introduced. |