Filter hook 'xmlrpc_prepare_comment'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 1216

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.
		 */