apply_filters( 'pre_comment_content', string $comment_content )

Filters the comment content before it is set.


Parameters

$comment_content

(string) The comment content.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.