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.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/functions/llms.functions.templates.achievements.php

function llms_the_achievement( $achievement ) {
	echo llms_get_achievement( $achievement );
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.14.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.