LLMS_Course_Data::strtotime( mixed $date )
Allow dates and timestamps to be passed into various data functions
Description Description
Parameters Parameters
- $date
-
(mixed) (Required) date string or timestamp
Return Return
(int)
Source Source
File: includes/class.llms.course.data.php
* @var int * * @since 3.15.0 * @deprecated 3.31.0 Use $this->post_id instead. */ public $course_id;
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: