Filter hook 'pre_comment_user_agent'

in WP Core File wp-includes/comment.php at line 2115

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.
	 */