LLMS_Achievement_User::init( int $id, int $person_id, int $lesson_id )
Initializes all of the variables needed to create the achievement post.
Description Description
Parameters Parameters
- $id
-
(Required) id of post
- $person_id
-
(Required) id of user
- $lesson_id
-
(Required) id of associated lesson
Return Return
(void)
Source Source
File: includes/achievements/class.llms.achievement.user.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |