Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_icon()publicWC 1.0

Get the template icon.

Method of the class: ProductTemplate{}

No Hooks.

Return

String. The icon.

Usage

$ProductTemplate = new ProductTemplate();
$ProductTemplate->get_icon();

ProductTemplate::get_icon() code WC 9.7.1

public function get_icon() {
	return $this->icon;
}