WC_Admin_List_Table_Coupons::get_primary_column()protectedWC 1.0

Define primary column.

Method of the class: WC_Admin_List_Table_Coupons{}

No Hooks.

Returns

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_primary_column();

WC_Admin_List_Table_Coupons::get_primary_column() code WC 9.8.4

protected function get_primary_column() {
	return 'coupon_code';
}