apply_filters( 'nab_order_status_for_conversions', array|string $statuses )
Returns the statuses that might trigger a conversion when there’s a WooCommerce order.
Description
Parameters
- $statuses
(array|string) (Required) the status (or statuses) that might trigger a conversion. Default:
completed
.
Source
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |