WC_Customer_Download::set_download_count( int $value )
Set download_count.
Description Description
Parameters Parameters
- $value
-
(Required) Download count.
Source Source
File: includes/class-wc-customer-download.php
public function set_download_count( $value ) { $this->set_prop( 'download_count', absint( $value ) ); }