WC_Product_Attribute::get_options()

Get options.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-product-attribute.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.