LLMS_Achievements::init()
Includes achievement class.
Return Return
(void)
Source Source
File: includes/class.llms.achievements.php
public function init() {
$this->achievements['LLMS_Achievement_User'] = include_once 'achievements/class.llms.achievement.user.php';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Removed loading of class files that don't instantiate their class in favor of autoloading. |
| 1.0.0 | Introduced. |