Changeset 43237
- Timestamp:
- 05/10/2018 09:21:53 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/user.php
r43233 r43237 3029 3029 $email_data = array( 3030 3030 'request' => $request_data, 3031 ' user_email' => $request_data->email,3031 'message_recipient' => $user_email, 3032 3032 'privacy_policy_url' => get_privacy_policy_url(), 3033 3033 'sitename' => get_option( 'blogname' ), … … 3084 3084 * 3085 3085 * @type WP_User_Request $request User request object. 3086 * @type string $user_email The email address confirming a request. 3086 * @type string $message_recipient The address that the email will be sent to. Defaults 3087 * to the value of `$request->email`, but can be changed 3088 * by the `user_erasure_fulfillment_email_to` filter. 3087 3089 * @type string $privacy_policy_url Privacy policy URL. 3088 3090 * @type string $sitename The site name sending the mail.
Note: See TracChangeset
for help on using the changeset viewer.