Automattic\WooCommerce\Internal\Admin\Notes
EmailNotification::get_default_subject()
Get email subject.
Method of the class: EmailNotification{}
No Hooks.
Return
String
.
Usage
$EmailNotification = new EmailNotification(); $EmailNotification->get_default_subject();
EmailNotification::get_default_subject() EmailNotification::get default subject code WC 9.6.1
public function get_default_subject() { return $this->note->get_title(); }