Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/06/2019 04:31:35 PM (7 years ago)
Author:
boonebgorges
Message:

Emails: Improve performance when setting Reply-To and From headers.

The new BP_Email_Participant framework allows the Reply-To and From email
headers to be set without requiring an empty and potentially expensive WP
user lookup.

Fixes #8003.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r12309 r12353  
    556556            'BP_Date_Query'                => 'core',
    557557            'BP_Email_Delivery'            => 'core',
     558            'BP_Email_Address'             => 'core',
    558559            'BP_Email_Recipient'           => 'core',
     560            'BP_Email_Sender'              => 'core',
     561            'BP_Email_Participant'         => 'core',
    559562            'BP_Email'                     => 'core',
    560563            'BP_Embed'                     => 'core',
Note: See TracChangeset for help on using the changeset viewer.