• Resolved odoremieux

    (@odoremieux)


    Hi,

    You have a bug in your plugin, which prevents other plugins to display data in the user table.
    The fix is really easy.
    In your function : manage_users_custom_column
    the variable $empty, is not empty, it’s the value of the column, this function is called by all plugins that display data in the user table.
    So at the end of the function you need to return $empty, otherwise other plugins show nothing in their columns.

    Hope this help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ralxz

    (@ralxz)

    Thank you for the report! I was not aware of this ?? I will try to release a patch early next week.

    Will report back here when released and would appreciate if you could take a look to see if it is fixed.

    Thanks again,
    Ryan

    Plugin Author ralxz

    (@ralxz)

    Hey @odoremieux, thanks for your patience! I just released v1.5 which contains this fix. Please give it a try and let me know if it worked!

    Best,
    Ryan

    Thread Starter odoremieux

    (@odoremieux)

    Hey,

    It’s working. Thanks for following up.

    Olivier

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug’ is closed to new replies.