Sets the store name.
Parameters
$namestringrequired- The store name.
Source
public function set_name( $name ) {
$this->name = $name;
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Sets the store name.
$namestringrequiredpublic function set_name( $name ) {
$this->name = $name;
}
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.