woocommerce_webhook_delivery

woocommerce_webhook_delivery

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

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

do_action('woocommerce_webhook_delivery') is found 1 times:

  • /includes/class-wc-webhook.php line 361
    		$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