WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_request_action_confirmed_message

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 4523 /**
* 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.
*/

Hook Parameters

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