LLMS_Table_Student_Certificates::set_columns()
Define the structure of the table
Contents
Return Return
(array)
Source Source
File: includes/admin/reporting/tables/llms.table.certificates.php
protected function set_columns() {
return array(
'id' => __( 'ID', 'lifterlms' ),
'template_id' => __( 'Template ID', 'lifterlms' ),
'name' => __( 'Certificate Title', 'lifterlms' ),
'earned' => __( 'Earned Date', 'lifterlms' ),
'related' => __( 'Related Post', 'lifterlms' ),
'actions' => '',
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |