Automattic\WooCommerce\Internal\Admin\Notes

EmailNotification::get_default_subject()publicWC 1.0

Get email subject.

Method of the class: EmailNotification{}

No Hooks.

Return

String.

Usage

$EmailNotification = new EmailNotification();
$EmailNotification->get_default_subject();

EmailNotification::get_default_subject() code WC 8.7.0

public function get_default_subject() {
	return $this->note->get_title();
}