On this page
apply_filters( 'user_request_action_confirmed_message', string $message, int $request_id )
Filters the message displayed to a user when they confirm a data request.
Parameters
$messagestring-
The message to the user.
$request_idint-
The ID of the request being confirmed.
Source
File: wp-includes/user.php. View all references
$message = apply_filters( 'user_request_action_confirmed_message', $message, $request_id );
Related
Used By
| Used By | Description |
|---|---|
| _wp_privacy_account_request_confirmed_message() wp-includes/user.php | Returns request confirmation message HTML. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_request_action_confirmed_message