WC_Customer_Download::get_downloads_remaining
Get downloads_remaining.
Method of the class: WC_Customer_Download{}
No Hooks.
Returns
Int|String.
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->get_downloads_remaining( $context );
- $context(string)
- What the value is for. Valid values are 'view' and 'edit'.
Default: 'view'
WC_Customer_Download::get_downloads_remaining() WC Customer Download::get downloads remaining code WC 10.4.3
public function get_downloads_remaining( $context = 'view' ) {
return $this->get_prop( 'downloads_remaining', $context );
}