On this page
apply_filters( 'user_request_action_description', string $description, string $action_name )
Filters the user action description.
Parameters
$descriptionstring-
The default description.
$action_namestring-
The name of the request.
Source
File: wp-includes/user.php. View all references
return apply_filters( 'user_request_action_description', $description, $action_name );
Related
Used By
| Used By | Description |
|---|---|
| wp_user_request_action_description() wp-includes/user.php | Gets action description from the name and return a string. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_request_action_description