Filters the body of the user request confirmation email.
Description
The email is sent to an administrator when a user request is confirmed. The following strings have a special meaning and will get replaced dynamically: <h3>SITENAME### The name of the site.</h3> <h3>USER_EMAIL### The user email for the request.</h3> <h3>DESCRIPTION### Description of the action being performed so the user knows what the email is for.</h3> <h3>MANAGE_URL### The URL to manage requests.</h3> <h3>SITEURL### The URL to the site.</h3>
Parameters
$contentstring
The email content.
$email_dataarray
{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request. @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail.}
$requestWP_User_Request
User request object.
$user_emailstring
The email address confirming a request.
$descriptionstring
Description of the action being performed so the user knows what the email is for.
$manage_urlstring
The link to click manage privacy requests of this type.
4300* @type string$manage_url The link to click manage privacy requests of this type.4301* @type string$sitename The site name sending the mail.4302* @type string$siteurl The site URL sending the mail.4303* @type string$admin_email The administrator email receiving the mail.4304*}4305*/4306$content=apply_filters_deprecated(4307'user_confirmed_action_email_content',4308array($content,$email_data),4309'5.8.0',4310sprintf(4311/* translators: 1 & 2: Deprecation replacement options. */4312__('%1$s or %2$s'),
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
5.8.0
Deprecated. Use 'user_request_confirmed_email_content' instead. For user erasure fulfillment email content use 'user_erasure_fulfillment_email_content' instead.from the docblock
4.9.6
Introduced.from the docblock
About this page
Parsed data
Generated from the wordpress-develop 6.8.8 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.