do_action( 'llms_table_after_tr', string $row , LLMS_Admin_Table $table_object )
Fired after a table <tr>.
Parameters Parameters
- $row
-
(string) Array/object of data describing a single row in the table.
- $table_object
-
(LLMS_Admin_Table) Instance of the class extending
LLMS_Admin_Table.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.21.0 | Introduced. |