apply_filters( ‘user_request_action_confirmed_message’, string $message, int $request_id )

In this article

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

$message = apply_filters( 'user_request_action_confirmed_message', $message, $request_id );

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.