WC_Admin_List_Table_Coupons::get_primary_column()

Define primary column.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/admin/list-tables/class-wc-admin-list-table-coupons.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.