LLMS_Notification_Controller_Enrollment::action_callback( int $user_id = null, int $post_id = null )
Callback function, called after enrollment into a course
Description Description
Parameters Parameters
- $user_id
-
(Optional) WP User ID of the user
Default value: null
- $post_id
-
(Optional) WP Post ID of the course or membership
Default value: null
Return Return
(void)
Source Source
File: includes/notifications/controllers/class.llms.notification.controller.enrollment.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |