do_action( 'llms_table_before_tr', string $row, LLMS_Admin_Table $table_object )

Fired before 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.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.table.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.21.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.