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::should_the_table_be_wide( array $fields, string $product_listing_type )
Function that decide that table should be wide
Parameters
- $fields
-
(Required) result of get_available_fields() function.
- $product_listing_type
-
(Required) row or column.
Return
(bool)
Source
File: includes/modules/woocommerce_booster/comparison_table/view/table.php
Expand full source code Collapse full source code View on Github