Automattic\WooCommerce\Internal\Admin\Notes

EmailNotification::get_note_content()publicWC 1.0

Get note content.

Method of the class: EmailNotification{}

No Hooks.

Return

String.

Usage

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

EmailNotification::get_note_content() code WC 8.7.0

public function get_note_content() {
	return $this->note->get_content();
}