Forums
(@ebcode)
9 years, 9 months ago
Solved it by changing the line:
add_action(‘manage_users_custom_column’, ‘show_rep_group_column_content’, 10, 3);
to
add_action(‘manage_users_custom_column’, ‘show_rep_group_column_content’, 11, 3);