Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6592, comment 62


Ignore:
Timestamp:
01/28/2016 10:33:31 AM (8 years ago)
Author:
Offereins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6592, comment 62

    initial v1  
    33A few questions found me, while browsing through the code:
    44* How does `BP_Email_Recipient` allow for registering multiple recipients at once in `BP_Email::set_to|cc|bcc()`? It seems to me that it only processes a single `[address, name]` set.
     5* I think it would be very helpful to also have `BP_Email::add_to|cc|bcc()`. At the moment when filtering the email object, it would be difficult to just add a single extra recipient, since all you can do is reset each entire recipients list.
    56* The Customizer link under the Appearance menu is found in the Network admin, while the email posts are managed on the Site level. Perhaps this could be reconsidered.
    67
    78That's it for now.
    89This has a lot of potential, so you have done a wonderful job!
     10
     11Edit: added another question.