In this article

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.

Parameters

should
bool

we load sync sender code for this request

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.