WC_Product_Variable::get_type()publicWC 1.0

Get internal type.

Метод класса: WC_Product_Variable{}

Хуков нет.

Возвращает

Строку.

Использование

$WC_Product_Variable = new WC_Product_Variable();
$WC_Product_Variable->get_type();

Код WC_Product_Variable::get_type() WC 8.7.0

public function get_type() {
	return 'variable';
}