LLMS_Student::get_enrollment_date( int $product_id, string $date = 'enrolled', string $format = null )
Get the formatted date when a user initially enrolled in a product or when they were last updated
Description Description
Parameters Parameters
- $product_id
-
(Required) WP Post ID of a course or membership
- $date
-
(Optional) "enrolled" will get the most recent start date, "updated" will get the most recent status change date
Default value: 'enrolled'
- $format
-
(Optional) date format as accepted by php date(), if none supplied uses the WP core "date_format" option
Default value: null
Return Return
(false|string) will return false if the user is not enrolled
Source Source
File: includes/models/model.llms.student.php
Changelog Changelog
Version | Description |
---|---|
3.35.0 | Prepare SQL properly. |
3.0.0 | Introduced. |