Filters XML-RPC-prepared data for the given comment.
$_commentarray$commentWP_Commentwp-includes/class-wp-xmlrpc-server.php:1227wp_xmlrpc_server::_prepare_comment() * * @since 3.4.0 * * @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.Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.