WC_Product_Download::get_id
Get id.
Method of the class: WC_Product_Download{}
No Hooks.
Returns
String.
Usage
$WC_Product_Download = new WC_Product_Download(); $WC_Product_Download->get_id();
WC_Product_Download::get_id() WC Product Download::get id code WC 10.5.0
public function get_id() {
return $this->data['id'];
}