• Resolved Alexey_Skryabikov

    (@alexey_skryabikov)


    Hi guys,

    first of all, thank you for the amazing plugin! It really helps to prevent all ivalid login attempts and saves lots of effort cleaning my site.

    One question I got while working with it, the plugin adds some coumns into the Users admin, like “Date of Registration”, “Comments”, “Failed Attempts”, which I don’t really need. Is there any way to switch them off, by the admin setting or code modification?

    Thanks,
    Alex.

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

    (@gioni)

    Hi, Alexey!

    In one of the next releases I will add abilty to turn these columns off. There is no UI for that now, but you can, if you know what your are doing, comment out the line add_filter('manage_users_columns' , 'cerber_u_columns'); in the dashboard.php file.

    Thread Starter Alexey_Skryabikov

    (@alexey_skryabikov)

    Hi Gioni, thank you for the prompt response!

    Could you please point me to the column names that are included in ‘cerber_u_columns’ filter? I want to leave the Failed Attempts but remove everything else.

    Thanks,
    Alex.

    Plugin Author gioni

    (@gioni)

    Then use Screen Options that located at the top right corner of the Users page. Uncheck columns you don’t want to see.

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