WC_Customer_Download::get_product_id()
Get product id.
Method of the class: WC_Customer_Download{}
No Hooks.
Return
Int
.
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->get_product_id( $context );
- $context(string)
- What the value is for. Valid values are 'view' and 'edit'.
Default: 'view'
WC_Customer_Download::get_product_id() WC Customer Download::get product id code WC 9.4.2
public function get_product_id( $context = 'view' ) { return $this->get_prop( 'product_id', $context ); }