Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_icon
Get the template icon.
Method of the class: ProductTemplate{}
No Hooks.
Returns
String|null.
Usage
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_icon();
ProductTemplate::get_icon() ProductTemplate::get icon code WC 11.0.1
public function get_icon() {
self::maybe_log_removal_warning();
return null;
}