WC_Coupon_Data_Store_Interface::get_code_by_id()
Return a coupon code for a specific ID.
Method of the class: WC_Coupon_Data_Store_Interface{}
No Hooks.
Return
String
. Coupon Code.
Usage
$WC_Coupon_Data_Store_Interface = new WC_Coupon_Data_Store_Interface(); $WC_Coupon_Data_Store_Interface->get_code_by_id( $id );
- $id(int) (required)
- Coupon ID.
WC_Coupon_Data_Store_Interface::get_code_by_id() WC Coupon Data Store Interface::get code by id code WC 9.4.2
public function get_code_by_id( $id );