apply_filters( 'llms_after_setup_pending_order', array $setup , array $data )
Filter the return of pending order setup data.
Parameters Parameters
- $setup
-
(array) Data used to create the pending order.
- 'person'
(LLMS_Student) Student object. - 'plan'
(LLMS_Access_Plan) Access plan object. - 'gateway'
(LLMS_Payment_Gateway) Instance of the selected gateway. - 'coupon'
(LLMS_Coupon|false) Coupon object or false if none used.
- 'person'
- $data
-
(array) Array of input data from a checkout form.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.30.1 | Introduced. |