Filters XML-RPC-prepared data for the given comment.
Parameters
$_comment
array- An array of prepared comment data.
$comment
WP_Comment- Comment object.
Source
return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.