LLMS_Achievements::init()
Includes achievement class
Description Description
Return Return
(void)
Source Source
File: includes/class.llms.achievements.php
public function init() { include_once( 'class.llms.achievement.php' ); $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 |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: