Make WordPress Core

Changes between Version 5 and Version 6 of Ticket #60420, comment 35


Ignore:
Timestamp:
12/03/2025 03:42:36 PM (3 months ago)
Author:
mvl22
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60420, comment 35

    v5 v6  
    1212https://github.com/WordPress/WordPress/blob/550376599471c7f7b0560766a06980ba3fe15acc/wp-includes/pluggable.php#L407-L426
    1313
    14 **There should simply be an optional `mail_from` admin setting added, and that isSet() block at the start set the 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.**
    1515
    1616wp 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.