apply_filters( 'preprocess_comment', array $commentdata )
Filters a comment’s data before it is sanitized and inserted into the database.
Description Description
Parameters Parameters
- $commentdata
-
(array) Comment data.
Source Source
File: wp-includes/comment.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |