Warning: This hook has been deprecated. Use the filters in BP_Email. $meta argument unset and deprecated instead.
apply_filters( "{$registration_filters[‘to’]}", array $value , string $recipient_username , string $key , array $meta )
Filters the email that the notification is going to upon successful registration without blog.
Description Description
Parameters Parameters
- $value
-
User email the notification is being sent to (again). Array key is email address, value is the name.
- $recipient_username
-
The user's login name.
- $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.2.0 | Introduced. |