Sets the store name.
Parameters
$name
stringrequired- The store name.
Source
public function set_name( $name ) {
$this->name = $name;
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
Sets the store name.
$name
stringrequiredpublic 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.