Skip to content

Adjust Last Login logic.

Choose a tag to compare

@CapWebSolutions CapWebSolutions released this 18 Mar 15:03
· 17 commits to main since this release

Last login function was conflicting with another plugin that interacted with the $query object. The result was that users where being hidden from the /wp-admin/users.php screen.

With assistance from CoPilot, reworked the code in the sort_last_login_column function to eliminate the conflict and permit display of all users currently registered on site.

Resulted in greatly simplified code structure as well.