apply_filters( "dozent_html_table_{$table_id}", string $output, array $data_args, array $raw_data )

Filter Dozent Table HTML output returns by function dozent_html_table()


Description

Filter Name "dozent_html_table_{$table_id}"

See also


Parameters

$output

(string) HTML Output

$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.