This function has been deprecated. BuddyPress 1.6.0 instead.

bp_core_email_from_address_filter()

Sets the “From” address in emails sent

Description

Return

(string) email address

Source

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

function bp_core_email_from_address_filter() {
	_deprecated_function( __FUNCTION__, '1.6' );

	$domain = (array) explode( '/', site_url() );
	return apply_filters( 'bp_core_email_from_address_filter', 'noreply@' . $domain[2] );
}

Changelog

Changelog
Version Description
BuddyPress 1.6.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.