stuttter / wp-user-groups

Group users together with taxonomies & terms
https://wordpress.org/plugins/wp-user-groups/
GNU General Public License v2.0
48 stars 22 forks source link

Replace table_contents() method with List-Table class #22

Open JJJ opened 6 years ago

JJJ commented 6 years ago

The table_contents() method hardcodes the user-group columns, making it impossible for custom taxonomy term columns to appear in them.

This should use a class that extends the WP_List_Table class instead.