woocommerce_webhook_delivery

woocommerce_webhook_delivery

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_webhook_delivery') is found 1 times:

  • /includes/class-wc-webhook.php line 359
    		$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 Legacy API payload.
    	 *
    	 * @since  3.0.0