Noptin_Abstract_Ecommerce_Integration::checkout_processed( int $order_id )
Fired when an order is processed.
Parameters Parameters
- $order_id
(int) (Required) The order id.
Source Source
File: includes/integrations/class-noptin-abstract-ecommerce-integration.php
public function checkout_processed( $order_id ) { $this->fire_order_hook( 'checkout_processed', $order_id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |