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