In this article

filter

jetpack_connection_bypass_error_reporting_gate

Whether to bypass the gate for the error handling By default, we only process errors once an hour for each error code. This is done to avoid overflows. If you need to disable this gate, you can set this variable to true. This filter is useful for unit testing

Parameters

$bypass_gate
boolean

whether to bypass the gate. Default is false, do not bypass.

Changelog

How to use this hook

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