Filter hook 'user_request_action_confirmed_message'

in WP Core File wp-includes/user.php at line 4594

Description

Filters the message displayed to a user when they confirm a data request.

Occurrences

Filename Line Number
wp-includes/user.php 4594

Parameters

Type Name Description
string $message The message to the user.
int $request_id The ID of the request being confirmed.

PHP Doc

/**
	 * Filters the message displayed to a user when they confirm a data request.
	 *
	 * @since 4.9.6
	 *
	 * @param string $message    The message to the user.
	 * @param int    $request_id The ID of the request being confirmed.
	 */