WC_Product_Variable::get_type()publicWC 1.0

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() code WC 8.6.1

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