LLMS_Course_Data::get_date( string $period, string $date )
Retrieve a start or end date based on the period
Description Description
Parameters Parameters
- $period
-
(string) (Required) period [current|previous]
- $date
-
(string) (Required) date type [start|end]
Return Return
(string)
Source Source
File: includes/class.llms.course.data.php
private function get_all_ids() { return array_merge( array( $this->post_id ), $this->post->get_sections( 'ids' ), $this->post->get_lessons( 'ids' ),
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: