WC_Product_Simple::get_type() public WC 1.0
Get internal type.
{} Это метод класса: WC_Product_Simple{}
Хуков нет.
Возвращает
Строку.
Использование
$WC_Product_Simple = new WC_Product_Simple(); $WC_Product_Simple->get_type();
Код WC_Product_Simple::get_type() WC Product Simple::get type WC 5.0.0
public function get_type() {
return 'simple';
}