Changeset 11759
- Timestamp:
- 12/06/2017 03:27:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r11747 r11759 2048 2048 ); 2049 2049 2050 // Notify the site admin of a new user registration. 2051 wp_new_user_notification( $user_id ); 2050 /** 2051 * Maybe notify the site admin of a new user registration. 2052 * 2053 * @since 1.2.2 2054 * 2055 * @param bool $notification Whether to send the notification or not. 2056 */ 2057 if ( apply_filters( 'bp_core_send_user_registration_admin_notification', true ) ) { 2058 wp_new_user_notification( $user_id ); 2059 } 2052 2060 2053 2061 if ( isset( $user_already_created ) ) {
Note: See TracChangeset
for help on using the changeset viewer.