WC_Email::get_default_subject()
Get email subject.
Description Description
Return Return
(string)
Source Source
File: includes/emails/class-wc-email.php
public function get_default_subject() {
return $this->subject;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |