WC_Coupon_Data_Store_Interface::get_code_by_id()publicWC 1.0

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() code WC 8.7.0

public function get_code_by_id( $id );