Deprecated
Table of Contents
abstract-wc-settings-api.php
Line | Element | Reason |
---|---|---|
999 | WC_Settings_API::validate_settings_fields() | No longer used. |
1010 | WC_Settings_API::format_settings() | Unused. |
abstract-wc-shipping-method.php
Line | Element | Reason |
---|---|---|
126 | WC_Shipping_Method::$availability | |
135 | WC_Shipping_Method::$countries |
class-wc-admin-duplicate-product.php
Line | Element | Reason |
---|---|---|
228 | WC_Admin_Duplicate_Product::get_product_to_duplicate() |
class-wc-admin-notices.php
Line | Element | Reason |
---|---|---|
93 | WC_Admin_Notices::prepare_note_with_nonce() | |
413 | WC_Admin_Notices::install_notice() | |
549 | WC_Admin_Notices::wp_php_min_requirements_notice() | WordPress and PHP minimum requirements notices are no longer shown. |
690 | WC_Admin_Notices::simplify_commerce_notice() | No longer shown. |
699 | WC_Admin_Notices::theme_check_notice() | No longer shown. |
class-wc-admin-post-types.php
Line | Element | Reason |
---|---|---|
751 | WC_Admin_Post_Types::process_product_file_download_paths() | and moved to post-data class. |
class-wc-admin-setup-wizard.php
class-wc-admin-taxonomies.php
Line | Element | Reason |
---|---|---|
115 | WC_Admin_Taxonomies::delete_term() | No longer needed. |
class-wc-admin-webhooks.php
Line | Element | Reason |
---|---|---|
409 | WC_Admin_Webhooks::logs_output() | |
449 | WC_Admin_Webhooks::get_logs_navigation() |
class-wc-admin-list-table-products.php
Line | Element | Reason |
---|---|---|
403 | WC_Admin_List_Table_Products::sku_search() | Logic moved to query_filters. |
class-wc-settings-advanced.php
Line | Element | Reason |
---|---|---|
438 | WC_Settings_Advanced::form_method() | |
510 | WC_Settings_Rest_API | in favour of WC_Settings_Advanced. |
class-wc-settings-page.php
Line | Element | Reason |
---|---|---|
106 | WC_Settings_Page::get_settings() | Use 'get_settings_for_section' (passing an empty string for default section) |
class-wc-cache-helper.php
Line | Element | Reason |
---|---|---|
304 | WC_Cache_Helper::delete_version_transients() | Adjusted transient usage to include versions within the transient values, making this cleanup obsolete. |
class-wc-cart-totals.php
Line | Element | Reason |
---|---|---|
618 | WC_Cart_Totals::round_merged_taxes() | `calculate_item_subtotals` should already appropriately round the tax values. |
class-wc-cart.php
Line | Element | Reason |
---|---|---|
1704 | WC_Cart::is_coupon_emails_allowed() | In favor of static method Automattic\WooCommerce\Utilities\DiscountsUtil::is_coupon_emails_allowed. |
class-wc-comments.php
Line | Element | Reason |
---|---|---|
105 | WC_Comments::exclude_order_comments_from_feed_join() | |
137 | WC_Comments::exclude_webhook_comments_from_feed_join() |
class-wc-countries.php
Line | Element | Reason |
---|---|---|
180 | WC_Countries::load_country_states() | This method was used to load state files, but is no longer needed. @see get_states(). |
435 | WC_Countries::countries_using_vat() |
class-wc-coupon.php
Line | Element | Reason |
---|---|---|
896 | WC_Coupon::is_valid() | In favor of WC_Discounts->is_coupon_valid. |
class-wc-download-handler.php
Line | Element | Reason |
---|---|---|
208 | WC_Download_Handler::count_download() |
class-wc-emails.php
Line | Element | Reason |
---|---|---|
320 | WC_Emails::email_footer_replace_site_title() | |
795 | WC_Emails::order_schema_markup() |
class-wc-form-handler.php
Line | Element | Reason |
---|---|---|
737 | WC_Form_Handler::order_again() | Logic moved to cart session handling. |
class-wc-geo-ip.php
Line | Element | Reason |
---|---|---|
21 | WC_Geo_IP |
class-wc-geolite-integration.php
Line | Element | Reason |
---|---|---|
21 | WC_Geolite_Integration | |
54 | WC_Geolite_Integration::get_country_iso() |
class-wc-geolocation.php
Line | Element | Reason |
---|---|---|
211 | WC_Geolocation::get_local_database_path() | |
223 | WC_Geolocation::update_database() | Extract files with PharData. Tool built into PHP since 5.3. |
328 | WC_Geolocation::init() | |
341 | WC_Geolocation::disable_geolocation_on_legacy_php() | |
359 | WC_Geolocation::maybe_update_database() | |
25 | WC_Geolocation::GEOLITE_DB | |
32 | WC_Geolocation::GEOLITE_IPV6_DB | |
40 | WC_Geolocation::GEOLITE2_DB |
class-wc-order-item-coupon.php
Line | Element | Reason |
---|---|---|
143 | WC_Order_Item_Coupon::offsetGet() | |
161 | WC_Order_Item_Coupon::offsetSet() |
class-wc-order-item-fee.php
Line | Element | Reason |
---|---|---|
317 | WC_Order_Item_Fee::offsetSet() |
class-wc-order-item-product.php
Line | Element | Reason |
---|---|---|
476 | WC_Order_Item_Product::offsetSet() | |
25 | WC_Order_Item_Product::$legacy_values | For legacy actions. |
33 | WC_Order_Item_Product::$legacy_cart_item_key | For legacy actions. |
class-wc-order-item-shipping.php
Line | Element | Reason |
---|---|---|
299 | WC_Order_Item_Shipping::offsetSet() |
class-wc-order-item-tax.php
Line | Element | Reason |
---|---|---|
267 | WC_Order_Item_Tax::offsetSet() |
class-wc-order-item.php
Line | Element | Reason |
---|---|---|
25 | WC_Order_Item::$legacy_values | For legacy actions. |
33 | WC_Order_Item::$legacy_cart_item_key | For legacy actions. |
76 | WC_Order_Item::$legacy_package_key | For legacy actions. |
class-wc-order-refund.php
Line | Element | Reason |
---|---|---|
206 | WC_Order_Refund::get_refund() | |
229 | WC_Order_Refund::get_refund_amount() | |
240 | WC_Order_Refund::get_refund_reason() |
class-wc-order.php
Line | Element | Reason |
---|---|---|
117 | WC_Order::$refunds |
class-wc-post-data.php
Line | Element | Reason |
---|---|---|
560 | WC_Post_Data::sync_product_stock_status() | |
570 | WC_Post_Data::process_product_file_download_paths() | No action is necessary on changes to download paths since download_id is no longer based on file hash. |
585 | WC_Post_Data::set_object_terms() |
class-wc-product-download.php
Line | Element | Reason |
---|---|---|
294 | WC_Product_Download::set_previous_hash() | No longer using filename based hashing to keep track of files. |
359 | WC_Product_Download::get_previous_hash() | No longer using filename based hashing to keep track of files. |
class-wc-query.php
Line | Element | Reason |
---|---|---|
962 | WC_Query::rating_filter_meta_query() | Replaced with taxonomy. |
973 | WC_Query::visibility_meta_query() | Replaced with taxonomy. |
984 | WC_Query::stock_status_meta_query() | Replaced with taxonomy. |
993 | WC_Query::layered_nav_init() | |
1002 | WC_Query::get_products_in_view() | due to performance concerns |
1013 | WC_Query::layered_nav_query() | due to performance concerns |
1024 | WC_Query::search_post_excerpt() | - Not needed anymore since WordPress 4.5. |
1034 | WC_Query::remove_posts_where() | - Nothing to remove anymore because search_post_excerpt() is deprecated. |
class-wc-session-handler.php
Line | Element | Reason |
---|---|---|
424 | WC_Session_Handler::nonce_user_logged_out() |
class-wc-shipping.php
Line | Element | Reason |
---|---|---|
409 | WC_Shipping::sort_shipping_methods() | Was previously used to determine sort order of methods, but this is now controlled by zones and thus unused. |
class-wc-shortcodes.php
Line | Element | Reason |
---|---|---|
678 | WC_Shortcodes::order_by_rating_post_clauses() | Use WC_Shortcode_Products::order_by_rating_post_clauses(). |
class-wc-tax.php
Line | Element | Reason |
---|---|---|
48 | WC_Tax::maybe_remove_tax_class_rates() | |
547 | WC_Tax::get_shop_base_rate() |
class-wc-webhook.php
Line | Element | Reason |
---|---|---|
592 | WC_Webhook::get_delivery_log() |
class-woocommerce.php
Line | Element | Reason |
---|---|---|
88 | WooCommerce::$api | The Legacy REST API has been removed from WooCommerce core. This property will be null unless the WooCommerce Legacy REST API plugin is installed. |
class-wc-customer-download-data-store.php
Line | Element | Reason |
---|---|---|
496 | WC_Customer_Download_Data_Store::update_download_id() | Download id is now a static UUID and should not be changed based on file hash. |
class-wc-order-data-store-cpt.php
Line | Element | Reason |
---|---|---|
475 | WC_Order_Data_Store_CPT::get_orders() | - Use wc_get_orders instead. |
class-wc-email-customer-refunded-order.php
Line | Element | Reason |
---|---|---|
127 | WC_Email_Customer_Refunded_Order::set_email_strings() | Unused. |
class-wc-email.php
Line | Element | Reason |
---|---|---|
221 | WC_Email::$find | in favour of placeholders |
229 | WC_Email::$replace | in favour of placeholders |
class-wc-gateway-paypal-pdt-handler.php
Line | Element | Reason |
---|---|---|
104 | WC_Gateway_Paypal_PDT_Handler::check_response() | Use check_response_for_order instead. |
class-wc-product-csv-importer.php
Line | Element | Reason |
---|---|---|
736 | WC_Product_CSV_Importer::get_formating_callback() |
abstract-wc-legacy-order.php
abstract-wc-legacy-payment-token.php
Line | Element | Reason |
---|---|---|
35 | WC_Legacy_Payment_Token::read() | - Init a token class with an ID. |
46 | WC_Legacy_Payment_Token::update() | - Use ::save instead. |
60 | WC_Legacy_Payment_Token::create() | - Use ::save instead. |
abstract-wc-legacy-product.php
class-wc-legacy-cart.php
Line | Element | Reason |
---|---|---|
314 | WC_Legacy_Cart::remove_taxes() | Taxes are never calculated if customer is tax except making this function unused. |
322 | WC_Legacy_Cart::init() | Session is loaded via hooks rather than directly. |
336 | WC_Legacy_Cart::get_discounted_price() | Calculation and coupon logic is handled in WC_Cart_Totals. |
351 | WC_Legacy_Cart::get_cart_url() | in favor to wc_get_cart_url() |
362 | WC_Legacy_Cart::get_checkout_url() | in favor to wc_get_checkout_url() |
373 | WC_Legacy_Cart::ship_to_billing_address_only() | in favor to wc_ship_to_billing_address_only() |
384 | WC_Legacy_Cart::coupons_enabled() | |
395 | WC_Legacy_Cart::get_discounts_before_tax() | Order discounts (after tax) removed in 2.3 so multiple methods for discounts are no longer required. |
411 | WC_Legacy_Cart::get_order_discount_total() | Order discounts (after tax) removed in 2.3. |
423 | WC_Legacy_Cart::apply_cart_discounts_after_tax() | Coupons can not be applied after tax. |
435 | WC_Legacy_Cart::apply_product_discounts_after_tax() | Coupons can not be applied after tax. |
444 | WC_Legacy_Cart::get_discounts_after_tax() | Coupons can not be applied after tax. |
29 | WC_Legacy_Cart::$cart_session_data | |
53 | WC_Legacy_Cart::$coupon_applied_count |
class-wc-legacy-shipping-zone.php
Line | Element | Reason |
---|---|---|
21 | WC_Legacy_Shipping_Zone::get_zone_id() | |
32 | WC_Legacy_Shipping_Zone::read() | - Init a shipping zone with an ID. |
43 | WC_Legacy_Shipping_Zone::update() | - Use ::save instead. |
57 | WC_Legacy_Shipping_Zone::create() | - Use ::save instead. |
class-wc-legacy-webhook.php
Line | Element | Reason |
---|---|---|
110 | WC_Legacy_Webhook::get_post_data() | |
123 | WC_Legacy_Webhook::update_status() |
class-wc-rest-orders-v1-controller.php
Line | Element | Reason |
---|---|---|
515 | WC_REST_Orders_V1_Controller::create_base_order() |
class-wc-rest-product-attributes-v1-controller.php
Line | Element | Reason |
---|---|---|
606 | WC_REST_Product_Attributes_V1_Controller::validate_attribute_slug() | |
627 | WC_REST_Product_Attributes_V1_Controller::flush_rewrite_rules() |
class-wc-rest-products-v1-controller.php
Line | Element | Reason |
---|---|---|
452 | WC_REST_Products_V1_Controller::get_product_menu_order() | |
833 | WC_REST_Products_V1_Controller::save_product_images() | |
1064 | WC_REST_Products_V1_Controller::save_product_meta() |
class-wc-rest-webhook-deliveries-v1-controller.php
Line | Element | Reason |
---|---|---|
24 | WC_REST_Webhook_Deliveries_V1_Controller | Webhooks deliveries logs now uses logging system. |
class-wc-rest-products-v2-controller.php
Line | Element | Reason |
---|---|---|
446 | WC_REST_Products_V2_Controller::get_attribute_taxonomy_label() |
class-wc-rest-system-status-v2-controller.php
Line | Element | Reason |
---|---|---|
680 | WC_REST_System_Status_V2_Controller::get_item_mappings() | |
757 | WC_REST_System_Status_V2_Controller::get_environment_info() |
class-wc-rest-webhook-deliveries-v2-controller.php
Line | Element | Reason |
---|---|---|
20 | WC_REST_Webhook_Deliveries_V2_Controller | Webhooks deliveries logs now uses logging system. |
Package.php
Line | Element | Reason |
---|---|---|
19 | Package | Use \Automattic\WooCommerce\RestApi\Server directly. |
34 | Package::init() | since 4.5.0. Directly call Automattic\WooCommerce\RestApi\Server::instance()->init() |
45 | Package::get_version() | since 4.5.0. This tracks WooCommerce version now. |
56 | Package::get_path() | since 4.5.0. Directly call Automattic\WooCommerce\RestApi\Server::get_path() |
27 | Package::VERSION | since 4.5.0. This tracks WooCommerce version now. |
class-wc-shipping-legacy-flat-rate.php
Line | Element | Reason |
---|---|---|
21 | WC_Shipping_Legacy_Flat_Rate | |
331 | WC_Shipping_Legacy_Flat_Rate::calculate_extra_shipping() | Additional rates defined like this: Option Name | Additional Cost [+- Percents%] | Per Cost Type (order, class, or item). |
365 | WC_Shipping_Legacy_Flat_Rate::calc_percentage_adjustment() | |
383 | WC_Shipping_Legacy_Flat_Rate::get_extra_cost() | |
50 | WC_Shipping_Legacy_Flat_Rate::$options |
class-wc-shipping-legacy-free-shipping.php
Line | Element | Reason |
---|---|---|
23 | WC_Shipping_Legacy_Free_Shipping |
class-wc-shipping-legacy-international-delivery.php
Line | Element | Reason |
---|---|---|
21 | WC_Shipping_Legacy_International_Delivery |
class-wc-shipping-legacy-local-delivery.php
Line | Element | Reason |
---|---|---|
21 | WC_Shipping_Legacy_Local_Delivery |
class-wc-shipping-legacy-local-pickup.php
Line | Element | Reason |
---|---|---|
21 | WC_Shipping_Legacy_Local_Pickup |
class-wc-admin-setup-wizard-tracking.php
class-wc-orders-tracking.php
Line | Element | Reason |
---|---|---|
48 | WC_Orders_Tracking::track_order_search() |
wc-cart-functions.php
Line | Element | Reason |
---|---|---|
49 | wc_load_persistent_cart() |
wc-core-functions.php
Line | Element | Reason |
---|---|---|
1118 | get_woocommerce_api_url() | The Legacy REST API has been removed from WooCommerce core. |
wc-deprecated-functions.php
wc-template-functions.php
Line | Element | Reason |
---|---|---|
2564 | woocommerce_product_subcategories() | @todo Add a notice in a future version. |
3944 | wc_products_rss_feed() | |
3955 | woocommerce_reset_loop() | |
3966 | woocommerce_product_reviews_tab() | Unused. |
class-wc-widget-product-tag-cloud.php
Line | Element | Reason |
---|---|---|
103 | WC_Widget_Product_Tag_Cloud::_get_current_taxonomy() | |
116 | WC_Widget_Product_Tag_Cloud::_topic_count_text() |
MobileDetect.php
Line | Element | Reason |
---|---|---|
224 | MobileDetect::VER | since version 2.6.9 |
Options.php
Line | Element | Reason |
---|---|---|
19 | Options | since 6.2.0 |
DataSourcePoller.php
Line | Element | Reason |
---|---|---|
14 | DataSourcePoller | since 8.8.0 |
44 | DataSourcePoller::get_specs_from_data_sources() | |
55 | DataSourcePoller::read_specs_from_data_sources() | |
66 | DataSourcePoller::delete_specs_transient() | |
79 | DataSourcePoller::set_specs_transient() |
FeaturePlugin.php
Line | Element | Reason |
---|---|---|
15 | FeaturePlugin | since 6.4.0 |
51 | FeaturePlugin::init() |
Features.php
Line | Element | Reason |
---|---|---|
254 | Features::add_features_section() | The WooCommerce Admin features are now handled by the WooCommerce features engine (see the FeaturesController class). |
267 | Features::add_features_settings() | The WooCommerce Admin features are now handled by the WooCommerce features engine (see the FeaturesController class). |
Init.php
Line | Element | Reason |
---|---|---|
56 | Init::add_feature_toggle() | The WooCommerce Admin features are now handled by the WooCommerce features engine (see the FeaturesController class). |
Onboarding.php
Line | Element | Reason |
---|---|---|
15 | Onboarding | since 6.3.0, use WooCommerce\Internal\Admin\Onboarding. |
42 | Onboarding::get_allowed_industries() | |
53 | Onboarding::get_allowed_product_types() | |
64 | Onboarding::get_themes() | |
76 | Onboarding::get_theme_data() | |
87 | Onboarding::get_allowed_themes() | |
99 | Onboarding::get_product_data() |
Task.php
Line | Element | Reason |
---|---|---|
196 | Task::get_level() | |
289 | Task::is_snoozeable() | |
302 | Task::get_snoozed_until() | |
320 | Task::is_snoozed() | |
341 | Task::snooze() | |
369 | Task::undo_snooze() | |
450 | Task::is_disabled() | |
33 | Task::SNOOZED_OPTION |
TaskList.php
Line | Element | Reason |
---|---|---|
318 | TaskList::get_sections() | |
106 | TaskList::$sections | |
115 | TaskList::$task_class_id_map |
TaskListSection.php
Line | Element | Reason |
---|---|---|
13 | TaskListSection |
SectionInterface.php
Line | Element | Reason |
---|---|---|
36 | SectionInterface::add_section() |
Loader.php
Line | Element | Reason |
---|---|---|
14 | Loader | since 6.3.0, use WooCommerce\Internal\Admin\Loader. |
38 | Loader::is_feature_enabled() | since 5.0.0, use Features::is_enabled( $feature ) |
49 | Loader::is_admin_or_embed_page() | |
59 | Loader::is_admin_page() | |
69 | Loader::is_embed_page() | |
82 | Loader::should_use_minified_js_file() | since 6.3.0, use WCAdminAssets::should_use_minified_js_file( $script_debug ) |
DeprecatedNotes.php
Line | Element | Reason |
---|---|---|
20 | WC_Admin_Note | since 4.8.0, use Note |
63 | WC_Admin_Notes | since 4.8.0, use Notes |
84 | WC_Admin_Notes_Coupon_Page_Moved | since 4.8.0, use CouponPageMoved |
105 | WC_Admin_Notes_Customize_Store_With_Blocks | since 4.8.0, use CustomizeStoreWithBlocks |
126 | WC_Admin_Notes_Edit_Products_On_The_Move | since 4.8.0, use EditProductsOnTheMove |
147 | WC_Admin_Notes_EU_VAT_Number | since 4.8.0, use EUVATNumber |
168 | WC_Admin_Notes_Facebook_Marketing_Expert | since 4.8.0, use FacebookMarketingExpert |
189 | WC_Admin_Notes_First_Product | since 4.8.0, use FirstProduct |
210 | WC_Admin_Notes_Giving_Feedback_Notes | since 4.8.0, use GivingFeedbackNotes |
231 | WC_Admin_Notes_Install_JP_And_WCS_Plugins | since 4.8.0, use InstallJPAndWCSPlugins |
252 | WC_Admin_Notes_Launch_Checklist | since 4.8.0, use LaunchChecklist |
273 | WC_Admin_Notes_Migrate_From_Shopify | since 4.8.0, use MigrateFromShopify |
294 | WC_Admin_Notes_Mobile_App | since 4.8.0, use MobileApp |
315 | WC_Admin_Notes_New_Sales_Record | since 4.8.0, use NewSalesRecord |
336 | WC_Admin_Notes_Onboarding_Email_Marketing | since 4.8.0, use OnboardingEmailMarketing |
357 | WC_Admin_Notes_Onboarding_Payments | since 4.8.0, use OnboardingPayments |
378 | WC_Admin_Notes_Online_Clothing_Store | since 4.8.0, use OnlineClothingStore |
399 | WC_Admin_Notes_Order_Milestones | since 4.8.0, use OrderMilestones |
420 | WC_Admin_Notes_Performance_On_Mobile | since 4.8.0, use PerformanceOnMobile |
441 | WC_Admin_Notes_Personalize_Store | since 4.8.0, use PersonalizeStore |
462 | WC_Admin_Notes_Real_Time_Order_Alerts | since 4.8.0, use RealTimeOrderAlerts |
483 | WC_Admin_Notes_Selling_Online_Courses | since 4.8.0, use SellingOnlineCourses |
504 | WC_Admin_Notes_Tracking_Opt_In | since 4.8.0, use TrackingOptIn |
525 | WC_Admin_Notes_Woo_Subscriptions_Notes | since 4.8.0, use WooSubscriptionsNotes |
546 | WC_Admin_Notes_WooCommerce_Payments | since 4.8.0, use WooCommercePayments |
567 | WC_Admin_Notes_WooCommerce_Subscriptions | since 4.8.0, use WooCommerceSubscriptions |
BaseLocationCountryRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | BaseLocationCountryRuleProcessor |
BaseLocationStateRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | BaseLocationStateRuleProcessor |
ComparisonOperation.php
Line | Element | Reason |
---|---|---|
17 | ComparisonOperation |
EvaluateAndGetStatus.php
Line | Element | Reason |
---|---|---|
17 | EvaluateAndGetStatus |
EvaluationLogger.php
Line | Element | Reason |
---|---|---|
13 | EvaluationLogger |
FailRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | FailRuleProcessor |
GetRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | GetRuleProcessor |
IsEcommerceRuleProcessor.php
Line | Element | Reason |
---|---|---|
21 | IsEcommerceRuleProcessor |
IsWooExpressRuleProcessor.php
Line | Element | Reason |
---|---|---|
20 | IsWooExpressRuleProcessor |
NoteStatusRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | NoteStatusRuleProcessor |
NotRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | NotRuleProcessor |
OnboardingProfileRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | OnboardingProfileRuleProcessor |
OptionRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | OptionRuleProcessor |
OrderCountRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | OrderCountRuleProcessor |
OrdersProvider.php
Line | Element | Reason |
---|---|---|
17 | OrdersProvider |
OrRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | OrRuleProcessor |
PassRuleProcessor.php
Line | Element | Reason |
---|---|---|
18 | PassRuleProcessor |
PluginsActivatedRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | PluginsActivatedRuleProcessor |
PluginVersionRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | PluginVersionRuleProcessor |
ProductCountRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | ProductCountRuleProcessor |
PublishAfterTimeRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | PublishAfterTimeRuleProcessor |
PublishBeforeTimeRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | PublishBeforeTimeRuleProcessor |
RuleEvaluator.php
Line | Element | Reason |
---|---|---|
19 | RuleEvaluator |
StoredStateRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | StoredStateRuleProcessor |
StoredStateSetupForProducts.php
Line | Element | Reason |
---|---|---|
17 | StoredStateSetupForProducts |
TotalPaymentsVolumeProcessor.php
Line | Element | Reason |
---|---|---|
17 | TotalPaymentsVolumeProcessor |
ArrayColumn.php
Line | Element | Reason |
---|---|---|
14 | ArrayColumn |
ArrayFlatten.php
Line | Element | Reason |
---|---|---|
14 | ArrayFlatten |
ArrayKeys.php
Line | Element | Reason |
---|---|---|
14 | ArrayKeys |
ArraySearch.php
Line | Element | Reason |
---|---|---|
14 | ArraySearch |
ArrayValues.php
Line | Element | Reason |
---|---|---|
14 | ArrayValues |
Count.php
Line | Element | Reason |
---|---|---|
14 | Count |
DotNotation.php
Line | Element | Reason |
---|---|---|
14 | DotNotation |
PrepareUrl.php
Line | Element | Reason |
---|---|---|
14 | PrepareUrl |
TransformerService.php
Line | Element | Reason |
---|---|---|
16 | TransformerService |
WCAdminActiveForProvider.php
Line | Element | Reason |
---|---|---|
17 | WCAdminActiveForProvider |
WCAdminActiveForRuleProcessor.php
Line | Element | Reason |
---|---|---|
19 | WCAdminActiveForRuleProcessor |
WooCommerceAdminUpdatedRuleProcessor.php
Line | Element | Reason |
---|---|---|
17 | WooCommerceAdminUpdatedRuleProcessor |
CheckoutFields.php
Line | Element | Reason |
---|---|---|
811 | CheckoutFields::get_additional_fields_keys() | Use get_order_fields_keys instead. |
78 | CheckoutFields::ADDITIONAL_FIELDS_PREFIX | Use OTHER_FIELDS_PREFIX instead. |
functions.php
Line | Element | Reason |
---|---|---|
44 | __experimental_woocommerce_blocks_register_checkout_field() | Use woocommerce_register_additional_checkout_field() instead. |
BlocksWpQuery.php
Line | Element | Reason |
---|---|---|
14 | BlocksWpQuery |
TableMigrator.php
Line | Element | Reason |
---|---|---|
104 | TableMigrator::process_migration_batch_for_ids() | Use `fetch_sanitized_migration_data` and `process_migration_data` instead. |
153 | TableMigrator::process_migration_batch_for_ids_core() | Use `fetch_sanitized_migration_data` and `process_migration_data` instead. |