Changeset 43236 for trunk/src/wp-includes/user.php
- Timestamp:
- 05/10/2018 09:19:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r43232 r43236 3107 3107 $email_data = array( 3108 3108 'request' => $request_data, 3109 ' user_email' => $request_data->email,3109 'message_recipient' => $user_email, 3110 3110 'privacy_policy_url' => get_privacy_policy_url(), 3111 3111 'sitename' => get_option( 'blogname' ), … … 3162 3162 * 3163 3163 * @type WP_User_Request $request User request object. 3164 * @type string $user_email The email address confirming a request. 3164 * @type string $message_recipient The address that the email will be sent to. Defaults 3165 * to the value of `$request->email`, but can be changed 3166 * by the `user_erasure_fulfillment_email_to` filter. 3165 3167 * @type string $privacy_policy_url Privacy policy URL. 3166 3168 * @type string $sitename The site name sending the mail.
Note: See TracChangeset
for help on using the changeset viewer.