Deprecated

Table of Contents

includes/Table_Args.php
includes/Table_Shortcode.php
includes/template-functions.php
lib/class-html-data-table.php
lib/Plugin/Licensed_Plugin.php
lib/Plugin/Premium_Plugin.php
lib/Util.php
lib/WooCommerce/Admin/Settings_Util.php
includes/deprecated.php

Table_Args.php

Line Element Reason
846 Table_Args::get_defaults()

Replaced by self::get_user_defaults.

Table_Shortcode.php

Line Element Reason
65 Table_Shortcode::check_legacy_atts()

Replaced by Table_Args::back_compat_args. Will be removed in a future release.

template-functions.php

Line Element Reason
26 wc_product_table()

Use Barn2\Plugin\WC_Product_Table->wpt()

class-html-data-table.php

Line Element Reason
240 Html_Data_Table::add_above()
249 Html_Data_Table::add_below()

Licensed_Plugin.php

Line Element Reason
21 Licensed_Plugin::get_item_id()

Replaced by Plugin::get_id()

Premium_Plugin.php

Line Element Reason
53 Premium_Plugin::get_item_id()

since 1.2 Replaced by Simple_Plugin::get_id()

Util.php

Line Element Reason
161 Util::is_protected_categories_active()

Use is_barn2_plugin_active( '\Barn2\Plugin\WC_Protected_Categories\wpc' ) instead

171 Util::is_product_table_active()

Use is_barn2_plugin_active( '\Barn2\Plugin\WC_Product_Table\wpt' ) instead

181 Util::is_quick_view_pro_active()

Use is_barn2_plugin_active( '\Barn2\Plugin\WC_Quick_View_Pro\wqv' ) instead

191 Util::is_restaurant_ordering_active()

Use is_barn2_plugin_active( '\Barn2\Plugin\WC_Restaurant_Ordering\wro' ) instead

201 Util::is_fast_cart_active()

Use is_barn2_plugin_active( '\Barn2\Plugin\WC_Fast_Cart\wfc' ) instead

242 Util::format_store_url()

Renamed store_url

Settings_Util.php

Line Element Reason
14 Settings_Util

Replaced by Barn2\WPT_Lib\Admin\Settings_Util

deprecated.php

Line Element Reason
35 WCPT_Util

Replaced by Barn2\Plugin\WC_Product_Table\Util\Util

55 WCPT_Settings

Replaced by Barn2\Plugin\WC_Product_Table\Util\Settings

60 WCPT_Settings::OPTION_TABLE_STYLING

Replaced by constants in Barn2\Plugin\WC_Product_Table\Util\Settings

104 Abstract_Product_Table_Data

Replaced by Barn2\Plugin\WC_Product_Table\Data\Abstract_Product_Data.

120 WC_Product_Table_Plugin

Replaced by Barn2\Plugin\WC_Product_Table\Plugin.

125 WC_Product_Table_Plugin::VERSION

Replaced by Barn2\Plugin\WC_Product_Table\PLUGIN_VERSION

130 WC_Product_Table_Plugin::FILE

Replaced by Barn2\Plugin\WC_Product_Table\PLUGIN_FILE

156 WC_Product_Table

Replaced by Barn2\Plugin\WC_Product_Table\Product_Table.

172 WC_Product_Table_Columns

Replaced by Barn2\Plugin\WC_Product_Table\Table_Columns.

183 WC_Product_Table_Query

Replaced by Barn2\Plugin\WC_Product_Table\Table_Query.

194 WC_Product_Table_Config_Builder

Replaced by Barn2\Plugin\WC_Product_Table\Config_Builder.

205 WC_Product_Table_Args

Replaced by Barn2\Plugin\WC_Product_Table\Table_Args.

93 Product_Table_Data

Replaced by Barn2\WPT_Lib\Table\Table_Data_Interface.

Search results