Automattic\WooCommerce\Internal\Admin\Notes
EmailNotification::get_note_content()
Get note content.
Method of the class: EmailNotification{}
No Hooks.
Return
String
.
Usage
$EmailNotification = new EmailNotification(); $EmailNotification->get_note_content();
EmailNotification::get_note_content() EmailNotification::get note content code WC 9.7.1
public function get_note_content() { return $this->note->get_content(); }