LLMS_Generator::get_generated_courses()
Retrieve the array of generated course ids
Description Description
Return Return
(array)
Source Source
File: includes/class.llms.generator.php
public function get_generated_courses() { if ( isset( $this->posts['course'] ) ) { return $this->posts['course']; } return array(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.3 | Introduced. |