WC_Product_Attribute::set_options( array $value )

Set options.


Description Description


Parameters Parameters

$value

(Required) Attribute options.


Top ↑

Source Source

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

	public function set_options( $value ) {
		$this->data['options'] = $value;
	}


Top ↑

User Contributed Notes User Contributed Notes

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