Description
Filters the user action description.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 4700 |
Parameters
Type | Name | Description |
---|---|---|
string | $description | The default description. |
string | $action_name | The name of the request. |
PHP Doc
/**
* Filters the user action description.
*
* @since 4.9.6
*
* @param string $description The default description.
* @param string $action_name The name of the request.
*/