LLMS_Achievement::get_title()
Queries Achievement title postmeta
Description Description
Return Return
(string) [display title of the achievement]
Source Source
File: includes/class.llms.achievement.php
function get_title() { return apply_filters( '_llms_achievement_title' . $this->id, $this->title, $this->object ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: