LLMS_Admin_Post_Table_Lessons::manage_columns( string $column, int $post_id )
Manage content of custom lesson columns
Description Description
Parameters Parameters
- $column
-
(Required) Column key/name.
- $post_id
-
(Required) WP Post ID of the lesson for the row.
Return Return
(void)
Source Source
File: includes/admin/post-types/post-tables/class.llms.admin.post.table.lessons.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.24.0 | Unknown. |
| 3.2.3 | Introduced. |