Deprecated

Table of Contents

includes/deprecated.php
includes/Frontend_Scripts.php
includes/Table_Args.php
includes/Table_Shortcode.php
includes/template-functions.php
includes/widgets/class-wc-product-table-widget.php
lib/class-html-data-table.php
lib/Plugin/Licensed_Plugin.php
lib/Plugin/Premium_Plugin.php
lib/Util.php

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

103 Abstract_Product_Table_Data

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

119 WC_Product_Table_Plugin

Replaced by Barn2\Plugin\WC_Product_Table\Plugin.

124 WC_Product_Table_Plugin::VERSION

Replaced by Barn2\Plugin\WC_Product_Table\PLUGIN_VERSION

129 WC_Product_Table_Plugin::FILE

Replaced by Barn2\Plugin\WC_Product_Table\PLUGIN_FILE

155 WC_Product_Table

Replaced by Barn2\Plugin\WC_Product_Table\Product_Table.

171 WC_Product_Table_Columns

Replaced by Barn2\Plugin\WC_Product_Table\Table_Columns.

181 WC_Product_Table_Query

Replaced by Barn2\Plugin\WC_Product_Table\Table_Query.

191 WC_Product_Table_Config_Builder

Replaced by Barn2\Plugin\WC_Product_Table\Config_Builder.

201 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.

Frontend_Scripts.php

Line Element Reason
211 Frontend_Scripts::register_table_scripts()

Replaced by load_table_scripts.

Table_Args.php

Line Element Reason
840 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-wc-product-table-widget.php

Line Element Reason
35 WC_Product_Table_Widget::is_table_on_page()

Replaced by Barn2\Plugin\WC_Product_Table\Util\Util::is_table_on_page

class-html-data-table.php

Line Element Reason
241 Html_Data_Table::add_above()
250 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
177 Util::format_store_url()

Renamed store_url

Search results