Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #8138


Ignore:
Timestamp:
10/01/2019 07:35:31 PM (5 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8138 – Description

    v1 v2  
    1 Since [10479], we are using the BP Email API for our notifications / confirmations. To send an email we use the `bp_send_email( $email_type, $email_or_user_id, $tokens )` function. When using a user ID as the second parameter, the API will look the user's current email.
     1Since [10479], we are using the BP Email API for our notifications / confirmations. To send an email we use the `bp_send_email( $email_type, $email_or_user_id, $tokens )` function. When using a user ID as the second parameter, the API will look for the user's current email.
    22
    33When changing the email from the front end, we shouldn't use a user ID like it's the case since [10479], instead we should use the new email.