LLMS_Admin_Post_Table_Certificates::mod_cols( array $cols )
Modify the columns list for the llms_my_certificate
post type.
Parameters Parameters
- $cols
-
(array) (Required) Array of columns.
Return Return
(array)
Source Source
File: includes/admin/post-types/post-tables/class-llms-admin-post-table-certificates.php
public function mod_cols( $cols ) { unset( $cols['author'] ); return $cols; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |