user_request_action_description WordPress Action Hook
The user_request_action_description hook is triggered when a user requests an action description from the WordPress system. It allows for customizing the response given by the system.
apply_filters( 'user_request_action_description', string $description , string $action_name ) #
Filters the user action description.
Parameters
- $description
(string)The default description.
- $action_name
(string)The name of the request.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |