Tells the client to sync all updates to the server
jetpack_full_sync_updates
jetpack_full_sync_updatesjetpack_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.
jetpack_full_sync_endFires when a full sync ends. This action is serialized and sent to the server.
jetpack_full_sync_startFires when a full sync begins. This action is serialized and sent to the server so that it knows a full sync is coming.
jetpack_full_sync_cancelledFires when a full sync is cancelled.
jetpack_is_mobileFilter the value of jetpack_is_mobile
pre_jetpack_is_mobileFilter the value of jetpack_is_mobile before it is calculated. Passing a truthy value to the filter will short-circuit determining the mobile type, returning the passed value instead.