Automattic\WooCommerce\Internal\Admin\Notes

EmailNotification::get_default_subject()publicWC 1.0

Get email subject.

Метод класса: EmailNotification{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код EmailNotification::get_default_subject() WC 8.7.0

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