jetpack_connection_bypass_error_reporting_gate

jetpack_connection_bypass_error_reporting_gate

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_connection_bypass_error_reporting_gate') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-error-handler.php line 246
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    * @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();