Description
Filters XML-RPC-prepared data for the given comment.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 1216 |
Parameters
Type | Name | Description |
---|---|---|
array | $_comment | An array of prepared comment data. |
WP_Comment | $comment | Comment object. |
PHP Doc
/**
* Filters XML-RPC-prepared data for the given comment.
*
* @since 3.4.0
*
* @param array $_comment An array of prepared comment data.
* @param WP_Comment $comment Comment object.
*/