LLMS_Transaction::get_creation_args( int $order_id )
An array of default arguments to pass to $this->create() when creating a new post
Description Description
Parameters Parameters
- $order_id
-
(Required) LLMS_Order ID of the related order.
Return Return
(array)
Source Source
File: includes/models/model.llms.transaction.php
Changelog Changelog
Version | Description |
---|---|
3.37.6 | Add a default date information using llms_current_time() . Remove ordering placeholders from strftime(). |
3.0.0 | Introduced. |