WC_Product_Attribute::get_variation()publicWC 1.0

Get if variation.

Method of the class: WC_Product_Attribute{}

No Hooks.

Return

true|false.

Usage

$WC_Product_Attribute = new WC_Product_Attribute();
$WC_Product_Attribute->get_variation();

WC_Product_Attribute::get_variation() code WC 8.7.0

public function get_variation() {
	return $this->data['variation'];
}