LLMS_Admin_Post_Table_Achievements::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/post-tables/class-llms-admin-post-table-achievements.php
public function __construct() {
$this->engagement_type = 'achievement';
$this->award_template_row_actions(); // defined in LLMS_Trait_Award_Templates_Post_List_Table.
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |