Open JJJ opened 6 years ago
The table_contents() method hardcodes the user-group columns, making it impossible for custom taxonomy term columns to appear in them.
table_contents()
This should use a class that extends the WP_List_Table class instead.
WP_List_Table
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.