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