• Resolved Mosche

    (@mosche)


    Dear Support,

    I use the plugin DW Block User Account at https://wordpress.org/plugins/block-user-account/

    This plugin allow me to block users and see their status on the user page.

    Personally I think it goes well together with your plugin. However I notice an issue.

    On the users page. The columns of the Blocked user page is suddenly empty. And I cannot see the blocked and unblocked status anymore.
    I have noticed that you’ve resolved a similar issue in the past for a different plugin.

    I’m hoping you can help me out with a solution.

    kind regards,

    Mosche

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Plugin Author Webizito Web

    (@valani9099)

    @mosche
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifies columns from other plugin in Users page’ is closed to new replies.