WooCommerce Code Reference

Markers

Table of Contents

woocommerce/includes/admin/class-wc-admin-notices.php 1
woocommerce/includes/admin/helper/class-wc-helper-api.php 1
woocommerce/includes/class-wc-shipping-rate.php 1
woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php 4
woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php 1
woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php 1
woocommerce/includes/wc-template-functions.php 1
woocommerce/src/Admin/API/Reports/Coupons/DataStore.php 1
woocommerce/src/Admin/API/Reports/Orders/Stats/DataStore.php 1
woocommerce/src/Admin/Notes/Note.php 1
woocommerce/src/Admin/Overrides/OrderTraits.php 1
woocommerce/src/Admin/PageController.php 1
woocommerce/src/Proxies/ActionsProxy.php 1

class-wc-admin-notices.php

Type Line Description
TODO 395 remove in 4.0.0

class-wc-helper-api.php

Type Line Description
TODO 66 Check response signatures on certain endpoints.

class-wc-shipping-rate.php

Type Line Description
TODO 153 4.0 Prevent negative value being set. #19293

class-wc-product-data-store-cpt.php

Type Line Description
TODO 1185 Add to interface in 4.0.
TODO 1515 Deprecate unused function?
TODO 1527 Deprecate unused function?
TODO 1538 Deprecate unused function?

class-wc-rest-setting-options-v2-controller.php

Type Line Description
TODO 438 remove in 4.0

class-wc-rest-controller.php

Type Line Description
TODO 532 Submit this caching behavior in core.

wc-template-functions.php

Type Line Description
TODO 3729 Deprecated this function after dropping support for WP 5.6.

DataStore.php

Type Line Description
TODO 471 Upon core merge, including this in core's `class-wc-coupon-data-store-cpt.php` might make more sense.

DataStore.php

Type Line Description
TODO 720 use the %i placeholder to prepare the table name when available in the the minimum required WordPress version.

Note.php

Type Line Description
TODO 479 Set a default empty array? https://github.com/woocommerce/woocommerce-admin/pull/1763#pullrequestreview-212442921.

OrderTraits.php

Type Line Description
TODO 48 If WC is currently not tax enabled, but it was before (or vice versa), would this work correctly?

PageController.php

Type Line Description
TODO 500 The entry point for the embed needs moved to this class as well.

ActionsProxy.php

Type Line Description
TODO 39 Add the rest of the actions and filters related methods.