apply_filters( 'xmlrpc_prepare_comment', array $_comment , WP_Comment $comment )
Filters XML-RPC-prepared data for the given comment.
Parameters
- $_comment
-
An array of prepared comment data.
- $comment
-
Comment object.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |