Automattic\WooCommerce\Internal\Admin\Notes

EmailNotification::get_image()publicWC 1.0

Get note image.

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

Хуков нет.

Возвращает

Строку.

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

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

Код EmailNotification::get_image() WC 8.7.0

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