apply_filters( "llms_table_get_{$this->id}_tr_classes", string $class, mixed $row )

Filters the CSS class of a table row.


Description Description

The dynamic portion of this filter {$this->id} refers to the unique ID for the table.


Top ↑

Parameters Parameters

$class

(string) CSS class list (as a string) for a given TR.

$row

(mixed) Object/array of data that the function can use to extract the data.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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