LLMS_Order::get_action_args()
Retrieve arguments passed to order-related events processed by the action scheduler
Return Return
(array)
Source Source
File: includes/models/model.llms.order.php
protected function get_action_args() {
return array(
'order_id' => $this->get( 'id' ),
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.19.0 | Introduced. |