Fires when an array of actions are received from a remote Jetpack site
jetpack_sync_remote_actions
jetpack_sync_remote_actionsjetpack_sync_remote_actionsFires when an array of actions are received from a remote Jetpack site
jetpack_sync_multi_request_failFires when the server receives two concurrent requests from the same blog
jetpack_sync_save_userFires when the client needs to sync an updated user.
jetpack_sync_callableTells the client to sync a callable (aka function) to the server
jetpack_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.