I’m getting the same issue with correct username and password. 🙁
and got it working with the fix
- echo wp_days_ago_internal(get_the_ID(), $mode, $prepend, $append, $texts);
+ echo wp_days_ago_internal(get_the_time("U", get_the_ID()), $mode, $prepend, $append, $texts);