WC_Coupon::get_code()
Get coupon code.
Method of the class: WC_Coupon{}
No Hooks.
Return
String
.
Usage
$WC_Coupon = new WC_Coupon(); $WC_Coupon->get_code( $context );
- $context(string)
- What the value is for. Valid values are 'view' and 'edit'.
Default: 'view'
Changelog
Since 3.0.0 | Introduced. |
WC_Coupon::get_code() WC Coupon::get code code WC 9.4.2
public function get_code( $context = 'view' ) { return $this->get_prop( 'code', $context ); }