Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment.php | apply_filters | 2112 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $comment_agent | The comment author's browser user agent. |