apply_filters( ‘user_request_action_description’, string $description, string $action_name )

In this article

Filters the user action description.

Parameters

$descriptionstring
The default description.
$action_namestring
The name of the request.

Source

return apply_filters( 'user_request_action_description', $description, $action_name );

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

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