Tells the client to sync all callables to the server
jetpack_full_sync_callables
jetpack_full_sync_callablesjetpack_full_sync_callablesTells the client to sync all callables to the server
jetpack_full_sync_theme_dataTells the client to sync all theme data to the server
jetpack_sync_current_theme_supportFires when the client needs to sync theme support info
jetpack_sync_sender_should_loadFires 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.
jetpack_sync_listener_should_loadFires 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.
jetpack_sync_save_termFires when the client needs to update a term
jetpack_full_sync_updatesTells the client to sync all updates to the server
jetpack_sync_modulesFilters the list of class names of sync modules. If you add to this list, make sure any classes implement the Jetpack_Sync_Module interface.
jetpack_sync_prevent_sending_comment_dataFilters 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.