preprocess_comment

Advertisement

Summery Summery

Filters a comment’s data before it is sanitized and inserted into the database.

Syntax Syntax

apply_filters( 'preprocess_comment', array $commentdata )

Parameters Parameters

$commentdata

Comment data.

Source Source

File: wp-includes/comment.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply