LLMS_Admin_Post_Table_Forms::manage_columns( string $column, int $post_id )
Manage content of custom columns
Description Description
Parameters Parameters
- $column
-
(Required) Table column name.
- $post_id
-
(Required) WP Post ID of the form for the current row.
Return Return
(void)
Source Source
File: includes/admin/post-types/post-tables/class-llms-admin-post-table-forms.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |