• Hi!
    Thanks for this useful plugin. I need to change the order of columns displayed on wordpress admin panel. Columns are already in following order:
    User ID, Username, Role, Old Role, Browser, Operating System, IP Address, Time Zone, Country, User Agent, Duration, Last Seen, Login, Logout, Login Status

    whereas I need following order of these columns:
    User ID, Username, Role, Old Role, Login, Duration, Last Seen, Login Status, Logout, Browser, Operating System, IP Address, Time Zone, Country, User Agent

    Please tell me in which file of code I can rearrange the columns.

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

    (@faiyazalam)

    @roseyazman you can modify the order in the method “get_columns” in the file: user-login-history/inc/admin/class-login-list-table.php

    Just to inform you that you will loose your code changes on updating the plugin.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Order of Columns’ is closed to new replies.