WC_Customer_Download::set_order_id
Set order_id.
Method of the class: WC_Customer_Download{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->set_order_id( $value );
- $value(int) (required)
- Order ID.
WC_Customer_Download::set_order_id() WC Customer Download::set order id code WC 10.4.3
public function set_order_id( $value ) {
$this->set_prop( 'order_id', absint( $value ) );
}