WC_Product_Simple::get_type()publicWC 1.0

Get internal type.

Method of the class: WC_Product_Simple{}

No Hooks.

Return

String.

Usage

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

WC_Product_Simple::get_type() code WC 8.7.0

public function get_type() {
	return 'simple';
}