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