WC_Admin_List_Table_Coupons::render_type_column
Render column: type.
Method of the class: WC_Admin_List_Table_Coupons{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->render_type_column();
WC_Admin_List_Table_Coupons::render_type_column() WC Admin List Table Coupons::render type column code WC 10.3.3
protected function render_type_column() {
echo esc_html( wc_get_coupon_type( $this->object->get_discount_type() ) );
}