LLMS_Track::get_permalink()

Get a permalink to the track’s archive page


Return Return

(string)


Top ↑

Source Source

File: includes/class.llms.track.php

102
103
104
public function get_permalink() {
    return get_term_link( $this->term->term_id, $this->taxonomy );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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