LLMS_Track::get_title()

Get the track’s title


Return Return

(string)


Top ↑

Source Source

File: includes/class.llms.track.php

113
114
115
public function get_title() {
    return $this->term->name;
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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