In this article

filter

jetpack_sync_prevent_sending_comment_data

Filters whether to prevent sending comment data to .com Passing true to the filter will prevent the comment data from being sent to the WordPress.com. Instead we pass data that will still enable us to do a checksum against the Jetpacks data but will prevent us from displaying the data on in the API as well as other services.

Parameters

$comment
mixed

WP_COMMENT object

false
boolean

prevent post data from bing synced to WordPress.com

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.