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