Deprecated
Table of Contents
| lib/Plugin/Licensed_Plugin.php |
| lib/Plugin/Premium_Plugin.php |
| lib/Util.php |
| src/deprecated.php |
| src/Frontend_Scripts.php |
| src/Util.php |
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 |
|---|---|---|
| 160 | Util::format_store_url() | Renamed store_url |
deprecated.php
| Line | Element | Reason |
|---|---|---|
| 72 | wc_quick_view_pro() | Replaced by Barn2\Plugin\WC_Quick_View_Pro\wqv(). |
| 32 | Quick_View_Plugin | Replaced by \Barn2\Plugin\WC_Quick_View_Pro\Plugin |
| 43 | Quick_View_Plugin::get_helper() | Replaced by Barn2\Plugin\WC_Quick_View_Pro\wqv()->get_service( $service ) |
| 51 | Quick_View_Plugin::has_valid_license() | Replaced by Barn2\Plugin\WC_Quick_View_Pro\wqv()->has_valid_license(). |
| 59 | Quick_View_Plugin::instance() | Use Barn2\Plugin\WC_Quick_View_Pro\wqv() instead. |
| 37 | Quick_View_Plugin::VERSION |
Frontend_Scripts.php
| Line | Element | Reason |
|---|---|---|
| 160 | Frontend_Scripts::load() | Renamed load_scripts(). |
| 168 | Frontend_Scripts::instance() | No longer a singleton. |
Util.php
| Line | Element | Reason |
|---|---|---|
| 163 | Util::is_product_details_displayed() | Use are_product_details_displayed instead. |