lexi123
Member
Posted 3 years ago #
I'd like to know how to change the 'From' email field when, for example, a new user registers. The default 'From' value is WordPress.
We would like to update this so that the 'From' field is the name of our website.
Please advise, thank you very much!
musnake
Member
Posted 3 years ago #
Hey Lexi,
This is not the correct way of doing it as it involves editing a core file as opposed to using a plugin to apply a filter...
/wp-includes/pluggable.php line 339:
$from_name = 'WordPress';
...