LLMS_Track::get_permalink()
Get a permalink to the track’s archive page
Contents
Return Return
(string)
Source Source
File: includes/class.llms.track.php
public function get_permalink() {
return get_term_link( $this->term->term_id, $this->taxonomy );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |