WC_Customer_Download::get_order_id
Get order_id.
Метод класса: WC_Customer_Download{}
Хуков нет.
Возвращает
Int.
Использование
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->get_order_id( $context );
- $context(строка)
- What the value is for. Valid values are
'view'and'edit'.
По умолчанию:'view'
Код WC_Customer_Download::get_order_id() WC Customer Download::get order id WC 11.0.1
public function get_order_id( $context = 'view' ) {
return $this->get_prop( 'order_id', $context );
}