LLMS_Processor_Course_Data::get_last_run( int $course_id )
Retrieve a timestamp for the last time data calculation was completed for a given course
Description Description
Parameters Parameters
- $course_id
-
(Required) WP_Post ID of the course.
Return Return
(int) The timestamp of the last run. Returns 0 when no data recorded.
Source Source
File: includes/processors/class.llms.processor.course.data.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.12.0 | Introduced. |