woocommerce_webhook_delivery, $http_args, $response, $duration, $arg, $this->get_id(
woocommerce_webhook_delivery, $http_args, $response, $duration, $arg, $this->get_id(
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_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