Looks good – 2 issues
-
1. It would be nice if the password input was <input type=”password” … /> so that the value isn’t visible. Yes, I know you can right click > Inspect the field to get the value anyway, but most don’t know how to do that.
2. I noticed a small bug on my development site (where PHP Notices are enabled): https://imgur.com/eeYqZB4
I fixed it on my instance by modifying line 71 in includes/class-smtp-mailer.php to include isset():
if ( isset($this->options['mail_set_return_path']) )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Looks good – 2 issues’ is closed to new replies.