do_action( 'lifterlms_new_pending_order', LLMS_Order $order , LLMS_Student $student , array|LLMS_Student|WP_User|integer $user_data )
Action triggered after the order is initialized.
Parameters Parameters
- $order
-
(LLMS_Order) The order object.
- $student
-
(LLMS_Student) The student object. If an array of data is passed to
LLMS_Order::init()
then an empty student object will be passed. - $user_data
-
(array|LLMS_Student|WP_User|integer) User data.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |