WC_Product_Variation::get_type()
Get internal type.
Method of the class: WC_Product_Variation{}
No Hooks.
Return
String
.
Usage
$WC_Product_Variation = new WC_Product_Variation(); $WC_Product_Variation->get_type();
WC_Product_Variation::get_type() WC Product Variation::get type code WC 9.8.2
public function get_type() { return ProductType::VARIATION; }