Automattic\WooCommerce\Internal\Admin\Notes

EmailNotification::get_image()publicWC 1.0

Get note image.

Method of the class: EmailNotification{}

No Hooks.

Return

String.

Usage

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

EmailNotification::get_image() code WC 8.6.1

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