apply_filters( 'dozent_html_table', string $output, string $table_id, array $data_args, array $raw_data )

Filter Dozent Table HTML output returns by function dozent_html_table()


Description

Filter Name "dozent_html_table"

See also


Parameters

$output

(string) HTML Output

$table_id

(string) Table ID

$data_args

(array) Table arguments, AKA options

$raw_data

(array) Table raw data


Source

File: includes/template-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.