Changeset 10614 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 02/18/2016 12:26:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10613 r10614 2951 2951 * @param bool $use_wp_mail Whether to fallback to the regular wp_mail() function or not. 2952 2952 */ 2953 $must_use_wpmail = apply_filters( 'bp_ mail_use_wp_mail', $wp_html_emails || ! $is_default_wpmail );2953 $must_use_wpmail = apply_filters( 'bp_email_use_wp_mail', $wp_html_emails || ! $is_default_wpmail ); 2954 2954 2955 2955 if ( $must_use_wpmail ) {
Note: See TracChangeset
for help on using the changeset viewer.