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
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.