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.8.7.0

apply_filters('jetpack_connection_bypass_error_reporting_gate') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-error-handler.php line 245
    		 * @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();