WC_Product_Variable::get_type()
Get internal type.
Method of the class: WC_Product_Variable{}
No Hooks.
Return
String
.
Usage
$WC_Product_Variable = new WC_Product_Variable(); $WC_Product_Variable->get_type();
WC_Product_Variable::get_type() WC Product Variable::get type code WC 9.6.1
public function get_type() { return 'variable'; }