WC_Customer_Download::get_order_key( string $context = 'view' )
Get order_key.
Description Description
Parameters Parameters
- $context
-
(Optional) What the value is for. Valid values are 'view' and 'edit'.
Default value: 'view'
Return Return
(string)
Source Source
File: includes/class-wc-customer-download.php
public function get_order_key( $context = 'view' ) { return $this->get_prop( 'order_key', $context ); }