Forums
(@mikewedo)
9 years, 11 months ago
I managed to fix this myself, just needed to declare:
protected $old_args;
After both:
class WP_Cimy_Users_List_Table extends WP_Users_List_Table {
and
class WP_Cimy_Users_List_Table extends WP_MS_Users_List_Table {
Same problem here