WC_Customer_Download::set_download_id( string $value )

Set download id.


Description Description


Parameters Parameters

$value

(Required) Download ID.


Top ↑

Source Source

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

	public function set_download_id( $value ) {
		$this->set_prop( 'download_id', $value );
	}

Top ↑

User Contributed Notes User Contributed Notes

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