BP_Email_Participant::set_name( string $name )
Sets the name of the user.
Description Description
Parameters Parameters
- $name
-
(Required) Name.
Source Source
File: bp-core/classes/class-bp-email-participant.php
public function set_name( $name ) {
$this->name = $name;
}
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |