llms_get_order_statuses( string $order_type = 'any' )
Retrieve an array of registered and available LifterLMS Order Post Statuses
Description Description
Parameters Parameters
- $order_type
-
(Optional) filter statuses which are specific to the supplied order type, defaults to any statuses.
Default value: 'any'
Return Return
(array)
Source Source
File: includes/functions/llms.functions.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |