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_body_column( array $fields, array $products, $block = false )
Column Based View Table ( Shows products as column )
Parameters
- $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
Expand full source code Collapse full source code View on Github