• Resolved RobotFX

    (@wattaman)


    Hi,

    This should be easy to implement, maybe even with a simply function, but unfortunately it is above my head. So, how can I add a column to display the last logged in IP for the users (/wp-admin/users.php)?
    Something like:

    Username Name Email Role Posts Last IP

    Can it be done?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Faiyaz Alam

    (@faiyazalam)

    @wattaman You can add a new custom on the user listing page using this tutorial. You can use the plugin DB table ‘fa_user_logins’ in your custom query to fetch the last IP.
    Hope this helps.

    Thread Starter RobotFX

    (@wattaman)

    Thanks, it might work if you say so, but it is above my level. Thanks anyway

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add last IP to users page’ is closed to new replies.