WC_Product_External::get_type()
Get internal type.
Метод класса: WC_Product_External{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Product_External = new WC_Product_External(); $WC_Product_External->get_type();
Код WC_Product_External::get_type() WC Product External::get type WC 9.8.2
public function get_type() { return ProductType::EXTERNAL; }