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