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_Meta_Box_Membership::get_content_table( obj $membership )
Get array of data to pass to the auto enrollment courses table.
Description Description
Parameters Parameters
- $membership
-
(Required) instance of LLMS_Membership for the current post.
Return Return
(array)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.membership.php
Changelog Changelog
Version | Description |
---|---|
3.30.3 | Fixed spelling errors. |
3.30.0 | Removed sorting by title. |
3.0.0 | Introduced. |