BP_Email_Participant::set_address( string $email_address )

Sets the email address of the user.


Description Description


Parameters Parameters

$email_address

(Required) Email address.


Top ↑

Source Source

File: bp-core/classes/class-bp-email-participant.php

	public function set_address( $email_address ) {
		$this->address = $email_address;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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