Warning: This hook has been deprecated. Use the filters in BP_Email. $meta argument unset and deprecated instead.
do_action( 'bp_core_sent_user_signup_email', string $admin_email , string $email_subject , string $email_content , string $recipient_username , string $recipient_email , string $key , array $meta )
Fires after the sending of the notification to new users for successful registration without blog.
Description Description
Parameters Parameters
- $admin_email
-
Admin Email address for the site.
- $email_subject
-
Subject used in the notification email.
- $email_content
-
Message used in the notification email.
- $recipient_username
-
The user's login name.
- $recipient_email
-
The user's email address.
- $key
-
The activation key created in wpmu_signup_blog().
- $meta
-
Removed in 2.5; now an empty array.
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. $meta argument unset and deprecated. |
1.5.0 | Introduced. |