Noptin_Abstract_Ecommerce_Integration::get_order_customer_user_id( int $order_id )
Returns the id of the customer associated with an order.
Parameters Parameters
- $order_id
(int) (Required) The order id.
Return Return
(int)
Source Source
File: includes/integrations/class-noptin-abstract-ecommerce-integration.php
public function get_order_customer_user_id( $order_id ) { return 0; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |