WC_Product_Download::get_id()publicWC 1.0

Get id.

Method of the class: WC_Product_Download{}

No Hooks.

Return

String.

Usage

$WC_Product_Download = new WC_Product_Download();
$WC_Product_Download->get_id();

WC_Product_Download::get_id() code WC 8.7.0

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