WC_Product_Simple::get_typepublicWC 1.0

Get internal type.

Method of the class: WC_Product_Simple{}

No Hooks.

Returns

String.

Usage

$WC_Product_Simple = new WC_Product_Simple();
$WC_Product_Simple->get_type();

WC_Product_Simple::get_type() code WC 10.5.0

public function get_type() {
	return ProductType::SIMPLE;
}