Warning: This hook has been deprecated. Use the filters in BP_Email. $meta argument unset and deprecated instead.

apply_filters( 'bp_core_activation_signup_blog_notification_message', string $value, string $domain, string $path, string $title, string $recipient_username, string $recipient_email, string $key, array $meta )

Filters the message that the notification uses upon successful registration with blog.


Description Description


Parameters Parameters

$value

The message to use.

$domain

The new blog domain.

$path

The new blog path.

$title

The site title.

$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.


Top ↑

Source Source

File: bp-core/deprecated/2.5.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Use the filters in BP_Email. $meta argument unset and deprecated.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.