user_request_action_confirmed_message

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'user_request_action_confirmed_message', string $message, int $request_id )

Parameters Parameters

$message

The message to the user.

$request_id

The ID of the request being confirmed.

Source Source

File: wp-includes/user.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Advertisement

Leave a Reply