WC_Customer_Download::set_download_count( int $value )

Set download_count.


Description Description


Parameters Parameters

$value

(Required) Download count.


Top ↑

Source Source

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

	public function set_download_count( $value ) {
		$this->set_prop( 'download_count', absint( $value ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

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