Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_iconpublicWC 1.0

Get the template icon.

Method of the class: ProductTemplate{}

No Hooks.

Returns

String. The icon.

Usage

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

ProductTemplate::get_icon() code WC 10.4.3

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