jetpack_connection_bypass_error_reporting_gate, false
jetpack_connection_bypass_error_reporting_gate, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_connection_bypass_error_reporting_gate, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php line 440
* @since 1.14.2 * * @param boolean $bypass_gate whether to bypass the gate. Default is false, do not bypass. */ $bypass_gate = apply_filters( 'jetpack_connection_bypass_error_reporting_gate', false ); if ( true === $bypass_gate ) { return true; } $transient = self::ERROR_REPORTING_GATE . $error->get_error_code();