LLMS_Course_Data::strtotime( mixed $date )
Allow dates and timestamps to be passed into various data functions
Parameters Parameters
- $date
-
(mixed) (Required) date string or timestamp
Return Return
(int)
Source Source
File: includes/class.llms.course.data.php
*/
public function __construct( $course_id ) {
$this->course_id = $course_id;
$this->course = llms_get_post( $this->course_id );
parent::__construct( $course_id );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |