This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Table::render_table( string $selected_tableview_option, array $table_classes, array $fields, array $products,  $block )

View Table.


Parameters

$selected_tableview_option

(Required) declares table orientation ( show products as row OR show products as column ).

$table_classes

(Required) contains classes of the table tag.

$fields

(Required) that fields of the comparison table.

$products

(Required) that products of comparison table.


Return

(void)


Source

File: includes/modules/woocommerce_booster/comparison_table/view/table.php