• Hi, I am tring to implement an usermeta that stores the last acess date of the user.

    I was expecting be able to use this:

    add_action(‘wp_login’, ‘save_user_acess’);

    But it seems to not work. Is there any specific action hook for that?

  • The topic ‘Detect Authentication using action hook’ is closed to new replies.