llms_the_achievement( obj $achievement )
Output the content of a single achievement
Description Description
Parameters Parameters
- $achievement
-
(obj) (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. |