Bug
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug’ is closed to new replies.