Filters the message displayed to a user when they confirm a data request.
$messagestring$request_idintwp-includes/user.php:4723_wp_privacy_account_request_confirmed_message() * * @since 4.9.6 * * @param string $message The message to the user. * @param int $request_id The ID of the request being confirmed. */ $message = apply_filters( 'user_request_action_confirmed_message', $message, $request_id ); return $message;} /** * Creates and logs a user request to perform a specific action.Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.