LLMS_Student::get_enrollment_trigger( int $product_id )
Get the enrollment trigger for a the student’s enrollment in a course
Parameters Parameters
- $product_id
-
(int) (Required) WP Post ID of the course or membership
Return Return
(string|false)
Source Source
File: includes/models/model.llms.student.php
// Don't return `null` values from the database. $status = $status ? $status : false; /** * Filter a user's enrollment status for a specific post.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
?? | Introduced. |