Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Privacy_Exporters::get_enrollment_data( int $post_id, obj $student, obj $post_type_object )
Get an array of enrollment data for a course or membership
Description Description
Parameters Parameters
- $post_id
-
(Required) WP Post ID of course or membership.
- $student
-
(Required) LLMS_Student.
- $post_type_object
-
(Required) WP post type object.
Return Return
(array)
Source Source
File: includes/privacy/class-llms-privacy-exporters.php
Changelog Changelog
Version | Description |
---|---|
3.30.3 | Fixed spelling errors. |
3.18.0 | Introduced. |