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