LLMS_Track::get_title()
Get the track’s title
Contents
Return Return
(string)
Source Source
File: includes/class.llms.track.php
public function get_title() {
return $this->term->name;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |