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