LLMS_Table_NotificationSettings::set_columns()
Define the structure of the table
Contents
Return Return
(array)
Source Source
File: includes/admin/settings/tables/class.llms.table.notification.settings.php
public function set_columns() {
$cols = array(
'notification' => __( 'Notification', 'lifterlms' ),
'configure' => __( 'Configure', 'lifterlms' ),
);
return $cols;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |