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


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/class.llms.course.data.php

33
34
35
36
37
38
    $this->course    = llms_get_post( $this->course_id );
    parent::__construct( $course_id );
 
}
 
/**

Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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