llms_get_order_status_name( string $status )
Get the human readable status for a LifterLMS status.
Parameters Parameters
- $status
-
(string) (Required) LifterLMS Order Status.
Return Return
(string)
Source Source
File: includes/functions/llms.functions.order.php
* @since 3.0.0 * @since 3.6.0 Unknown. * * @param string $status LifterLMS Order Status. * @return string */ function llms_get_order_status_name( $status ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Unknown. |
3.0.0 | Introduced. |