LLMS_Achievement::get_content()
Get the content of the Achievement
Description Description
Return Return
(string) data needed to generate achievement
Source Source
File: includes/class.llms.achievement.php
function get_content() { $achievement_content = $this->content; return $achievement_content; }
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: