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.
Comparison_Table::get_default_table_fields()
Get ordered default fields of Comparison Table.
Description
An example array:
$array = (
[remove_button] => Remove Button
[image] => Image
[name] => Name
[add_to_cart_button] => Add to Cart Button
[price] => Price
[rating] => Rating
[description] => Description
[sku] => SKU
[stock_availability] => Stock Availability
[attributes] => Attributes
);
Return
(array)
Source
File: includes/modules/woocommerce_booster/customizer/comparison_table.php
Expand full source code Collapse full source code View on Github