I did my best looking for information about this subject. Your guidance is appreciated.
My goal is to perform some actions based on the number of user logins on my website per month and login days consecutivity.
How can I get a specific user Login Data (date, time… ) using wordpress functions?
If not what are the tables and fields to adress using SQL queries to get such infromation from database?
Or I should maybe create and manage my own user meta data using hooks on wp_login
action?
Thank you very much.