WC_Product_Simple::get_type()
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() WC Product Simple::get type code WC 9.4.2
public function get_type() { return 'simple'; }