apply_filters( 'comment_save_pre', string $comment_content )
Filters the comment content before it is updated in the database.
Description Description
Parameters Parameters
- $comment_content
-
(string) The comment data.
Source Source
File: wp-includes/comment.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |