apply_filters( 'user_request_action_description', string $description , string $action_name )
Filters the user action description.
Parameters
- $description
-
The default description.
- $action_name
-
The name of the request.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
WP-4.9.6 | Introduced. |