Filters the user action description.
Parameters
$description
string- The default description.
$action_name
string- 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.