apply_filters( ‘xmlrpc_prepare_comment’, array $_comment, WP_Comment $comment )

In this article

Filters XML-RPC-prepared data for the given comment.

Parameters

$_commentarray
An array of prepared comment data.
$commentWP_Comment
Comment object.

Source

return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.