apply_filters( "dozent_html_table_{$table_id}_column_{$column}", string $table_id , string $cell_data , array $row_data )
Filter dozent_html_table() cell data
Description
Filter Name "dozent_html_table_{$table_id}_column_{$column}"
Parameters
- $table_id
-
(string) Given Table ID
- $cell_data
-
(string) Table Cell Data
- $row_data
-
(array) Current Row Data
Source
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |