过滤给定注释的XML-RPC准备的数据。
原型
apply_filters( 'xmlrpc_prepare_comment', array $_comment, WP_Comment $comment )
参数
$_comment
(array)
一系列准备好的评论数据。
$comment
(WP_Comment)
评论对象。
源文件
路径:wp-includes/class-wp-xmlrpc-server.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/xmlrpc_prepare_comment/