apply_filters ( 'jetpack_sync_prevent_sending_post_data', boolean false, mixed $post )

Filters whether to prevent sending post data to .com<p>Passing true to the filter will prevent the post 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.</p>

Source file: jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php

View in GitHub

Parameters

false

(boolean) false prevent post data from being synced to WordPress.com

$post

(mixed) WP_Post object


Changelog

Since: Jetpack 1.6.3


Notes

Have a note to contribute?

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s