llms_the_achievement( LLMS_Achievement $achievement )
Output the content of a single achievement
Parameters Parameters
- $achievement
-
(LLMS_Achievement) (Required) Instance of an LLMS_User_Achievement.
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.achievements.php
function llms_the_achievement( $achievement ) { echo llms_get_achievement( $achievement ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |