woocommerce_webhook_delivery, $http_args, $response, $duration, $arg, $this->get_id(

woocommerce_webhook_delivery, $http_args, $response, $duration, $arg, $this->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_webhook_delivery, $http_args, $response, $duration, $arg, $this->get_id(') is found 1 times:

  • /includes/class-wc-webhook.php line 371
    		$duration = NumberUtil::round( microtime( true ) - $start_time, 5 );
    
    		$this->log_delivery( $delivery_id, $http_args, $response, $duration );
    
    		do_action( 'woocommerce_webhook_delivery', $http_args, $response, $duration, $arg, $this->get_id() );
    	}
    
    	/**
    	 * Get WP API integration payload.
    	 *
    	 * @since  3.0.0