pre_comment_content WordPress Filter Hook

The pre_comment_content hook is triggered before a comment is saved to the database. It allows you to modify the comment data before it is stored.

apply_filters( 'pre_comment_content', string $comment_content ) #

Filters the comment content before it is set.


Parameters

$comment_content

(string)The comment content.


Top ↑

Source

File: wp-includes/comment.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
1.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More