WC_Product_Download::set_id( string $value )

Set ID.


Description Description


Parameters Parameters

$value

(Required) Download ID.


Top ↑

Source Source

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

	public function set_id( $value ) {
		$this->data['id'] = wc_clean( $value );
	}


Top ↑

User Contributed Notes User Contributed Notes

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