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
653 654 655 656 657 | 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. |