Changes between Version 5 and Version 6 of Ticket #60420, comment 35
- Timestamp:
- 12/03/2025 03:42:36 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60420, comment 35
v5 v6 12 12 https://github.com/WordPress/WordPress/blob/550376599471c7f7b0560766a06980ba3fe15acc/wp-includes/pluggable.php#L407-L426 13 13 14 **There should simply be an optional `mail_from` admin setting added, and that isSet() block at the start setthe mail_from value if it is non-empty.**14 **There should simply be an optional `mail_from` admin setting added, and that isSet() block at the start return the mail_from value if it is non-empty.** 15 15 16 16 wp cli should then be able to set the `mail_from` admin setting, so that we can then add this to existing scripts. The inability to script this at present is a major pain.