LLMS_Admin_Table::get_tr_classes( mixed $row )
Get a CSS class list (as a string) for each TR.
Parameters Parameters
- $row
-
(mixed) (Required) object / array of data that the function can use to extract the data
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
</button> <?php echo $this->get_progress_bar_html( 0 ); ?> <em><small class="llms-table-export-msg"></small></em>
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |