LLMS_Course::get_tracks( array $args = array() )
Retrieve course tracks
Parameters Parameters
- $args
-
(array) (Optional) Array of args passed to wp_get_post_terms.
Default value: array()
Return Return
(array)
Source Source
File: includes/models/model.llms.course.php
* @since 5.4.1 * * @param boolean $disable Whether or not to disable property exclusions.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |