• Dear Support. I love the plugin, but it appears you might need to change action priority so as not to interfere with other plugins.

    Changing this line of code fixes the problem I am seeing (priority 9 instead of 10):

            add_action('manage_users_custom_column', array($this, 'webizito_user_columns_content'), 9, 10);
  • The topic ‘Modifies other plugin columns’ is closed to new replies.