• filter

    jetpack_sync_sender_should_load

    Fires on every request before default loading sync sender code. Return false to not load sync sender code that serializes pending data and sends it to WPCOM for processing. By default this returns true for cron jobs, POST requests, admin requests, or requests by users who can manage_options.

  • filter

    jetpack_sync_listener_should_load

    Fires on every request before default loading sync listener code. Return false to not load sync listener code that monitors common WP actions to be serialized. By default this returns true for cron jobs, non-GET-requests, or requests where the user is logged-in.

  • filter

    jetpack_sync_modules

    Filters the list of class names of sync modules. If you add to this list, make sure any classes implement the Jetpack_Sync_Module interface.

  • 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.