pre_comment_user_agent WordPress Filter Hook
The pre_comment_user_agent hook is called before the user agent is retrieved for the comment. This hook can be used to modify the user agent before it is retrieved, or to return a different user agent altogether.
apply_filters( 'pre_comment_user_agent', string $comment_agent ) #
Filters the comment author’s browser user agent before it is set.
Parameters
- $comment_agent
(string)The comment author's browser user agent.
Source
File: wp-includes/comment.php
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |