Changes between Initial Version and Version 1 of Ticket #11297, comment 11
- Timestamp:
- 12/10/2015 01:53:57 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11297, comment 11
initial v1 1 1 #33587 added a context param to the pluggable `wp_new_user_notification()`, though we only handle a case for (1) admin emails only or (2) admin and new user. 2 2 3 We **could** also wrap the email to the admin and provide for 3 context possibilities - user only, admin only, or both. This would allow someone to unhook/rehook notifications up with a different wrapper than `wp_send_new_user_notification()` and thus context.3 We **could** also wrap the email to the admin and provide for 4 context possibilities - user only, admin only, both, or none. This would allow someone to unhook/rehook notifications up with a different wrapper than `wp_send_new_user_notification()` and thus context. 4 4 5 5 Pinging @boonebgorges for his thoughts as he was deep in the weeds of #33587.