LLMS_Table_Achievements::set_columns()
Define the structure of the table
Contents
Return Return
(array)
Source Source
File: includes/admin/reporting/tables/llms.table.achievements.php
protected function set_columns() {
return array(
'id' => __( 'ID', 'lifterlms' ),
'template_id' => __( 'Template ID', 'lifterlms' ),
'name' => __( 'Achievement Title', 'lifterlms' ),
'image' => __( 'Image', '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. |