Opened 9 years ago
Closed 7 years ago
#41968 closed enhancement (wontfix)
Add custom email as define variable
| Reported by: | damithruwan1234 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | 4.8.2 | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
Adding new define variable called custom_email in wp-config.php
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @damithruwan1234, welcome to WordPress Trac! Thanks for the ticket.
What's the use case for a
CUSTOM_EMAILconstant? Please note that we generally avoid introducing new constants, as they are not very flexible. New filters or actions can be introduced instead.