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

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

Filters the email that the notification is going to upon successful registration with blog.

Description

Parameters

$value

(string) User email the notification is being sent to.

$domain

(string) The new blog domain.

$path

(string) The new blog path.

$title

(string) The site title.

$recipient_username

(string) The user's login name.

$recipient_email

(string) The user's email address.

$key

(string) The activation key created in wpmu_signup_blog().

$meta

(array) Removed in 2.5; now an empty array.

Source

File: bp-core/deprecated/buddypress/2.5.php

Changelog

Changelog
Version Description
BuddyPress 1.2.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.