um_user_last_login_date( $user_id )
Description
This function returns the last login date (if available) for a specific user in this format: F d, Y.
Example
echo um_user_last_login_date( $user_id );
Parameters
$user_id | required | A numeric user ID for the user |