xmlrpc_prepare_comment, $_comment, $comment
xmlrpc_prepare_comment, $_comment, $comment
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('xmlrpc_prepare_comment, $_comment, $comment') is found 1 times:
- /wp-includes/class-wp-xmlrpc-server.php line 1232
* * @param array $_comment An array of prepared comment data. * @param WP_Comment $comment Comment object. */ return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment ); } /** * Prepares user data for return in an XML-RPC object. * * @param WP_User $user The unprepared user object.