#44781 closed enhancement (duplicate)
Filter for Bypass or customize admin notification email after site creation
Reported by: | dharmin16 | Owned by: | dharmin16 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.0 |
Component: | Networks and Sites | Keywords: | has-patch good-first-bug |
Focuses: | administration, multisite | Cc: |
Description
There is no functionality to bypass or update admin notification while site is created.
It will be helpful if anyone want to disable the admin notification of site creation.
I added the feature simmilar to wp_welcome_message().
E.g.
Filter 'wpmu_admin_notification' to disable or bypass.
Filter 'update_admin_notification' and 'update_admin_notification_subject'} to modify the content and subject line of the notification email.
Attachments (1)
Change History (12)
#1
@
3 years ago
- Summary changed from Bypass or customize admin notification email after site creation to Filter for Bypass or customize admin notification email after site creation
#6
@
3 years ago
- Focuses accessibility removed
Thanks for the ticket and the patch, and welcome to Trac. To keep the ticket reports clean, I'm going to remove the accessibility focus, as this issue is not related to web content accessibility (a11y).
Note: See
TracTickets for help on using
tickets.
Added the wpmu_admin_notification.