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