[ad_1]
Thread Starter
Mosche
(@mosche)
Okay. I just want to given an update. I found the problem. I had to change 1 line of code in the other plugin. Basically just one letter actually. All I needed to do was change this
add_action(‘manage_users_custom_column’, ‘bua_show_user_status’, 10, 3);
to
add_action(‘manage_users_custom_column’, ‘bua_show_user_status’, 11, 3);
And everything works perfectly. In case anyone else runs into this problem.
