WC_Customer_Download::get_downloads_remaining()
Get downloads_remaining.
Method of the class: WC_Customer_Download{}
No Hooks.
Return
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 9.4.2
public function get_downloads_remaining( $context = 'view' ) { return $this->get_prop( 'downloads_remaining', $context ); }