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.


Description Description


Parameters Parameters

$message

(string) The message to the user.

$request_id

(int) The ID of the request being confirmed.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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