WC_Product_Attribute::get_variation()
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() WC Product Attribute::get variation code WC 9.3.3
public function get_variation() { return $this->data['variation']; }