Description
Filters the comment author's browser user agent before it is set.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 2115 |
Parameters
Type | Name | Description |
---|---|---|
string | $comment_agent | The comment author's browser user agent. |
PHP Doc
/**
* Filters the comment author's browser user agent before it is set.
*
* @since 1.5.0
*
* @param string $comment_agent The comment author's browser user agent.
*/