WC_Product_Attribute::get_variation
Get if variation.
Method of the class: WC_Product_Attribute{}
No Hooks.
Returns
true|false.
Usage
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->get_variation();
WC_Product_Attribute::get_variation() WC Product Attribute::get variation code WC 10.5.0
public function get_variation() {
return $this->data['variation'];
}