LLMS_Achievement::get_title()

Queries Achievement title postmeta


Description Description


Return Return

(string) [display title of the achievement]


Top ↑

Source Source

File: includes/class.llms.achievement.php

	function get_title() {
		return apply_filters( '_llms_achievement_title' . $this->id, $this->title, $this->object );
	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: