Automattic\WooCommerce\Internal\Admin\Notes
EmailNotification::get_note_content()
Get note content.
Метод класса: EmailNotification{}
Хуков нет.
Возвращает
Строку
.
Использование
$EmailNotification = new EmailNotification(); $EmailNotification->get_note_content();
Код EmailNotification::get_note_content() EmailNotification::get note content WC 9.7.1
public function get_note_content() { return $this->note->get_content(); }