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