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_row( array $fields, array $products, bool $block = false )
Row Based View Table ( Shows products as row )
Parameters
- $fields
-
(Required) that fields of the comparison table.
- $products
-
(Required) that products of comparison table.
- $block
-
(Optional) to check if this call is being made from a Gutenberg block.
Default value: false
Return
(void)
Source
File: includes/modules/woocommerce_booster/comparison_table/view/table.php
Expand full source code Collapse full source code View on Github