Disable Most Frequent Logins Box in Admin Dashboard
-
Hello,
We have a very large site with many, many active users. When logging in as an Admin, the Most Frequent Logins meta query takes 5+ seconds and really slows down our initial admin panel load for admins. I want to continue updating the plugin, so I don’t want to customize the source code.
Is there a way to turn this feature off, even if it’s something in functions.php? Below is the code in question – I basically want to change the true flag to false.
$show_widget = apply_filters( ‘when_last_login_show_admin_widget’, true );
Thanks,
Adam
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable Most Frequent Logins Box in Admin Dashboard’ is closed to new replies.