woocommerce/includes/rest-api/Controllers/Version3
vedanshujain 818e24d5c5 Add protection around `func_get_arg` method for backward compatibility.
We are using func_get_arg method to receive argument in a backward compatible way since we cannot modify function signature to add more params even with default params. Earlier I was hoping to use DI to create another child class with modified signature and load it depending upon where we are executing from, however since we had to revert DI, we add this workaround to unblock #27735.
2020-12-28 14:10:22 +05:30
..
class-wc-rest-controller.php Cover missed cases 2020-12-18 14:40:20 +05:30
class-wc-rest-coupons-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-crud-controller.php Fetch expensive fields only when required for performance 2020-12-18 14:40:20 +05:30
class-wc-rest-customer-downloads-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-customers-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-data-continents-controller.php Convert optional-before-required arguments to required. 2020-10-02 09:45:09 +02:00
class-wc-rest-data-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-data-countries-controller.php Convert optional-before-required arguments to required. 2020-10-02 09:45:09 +02:00
class-wc-rest-data-currencies-controller.php Convert optional-before-required arguments to required. 2020-10-02 09:45:09 +02:00
class-wc-rest-network-orders-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-order-notes-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-order-refunds-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-orders-controller.php Use wc_get_orders for consistency intead of custom query 2020-12-18 14:40:20 +05:30
class-wc-rest-payment-gateways-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-posts-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-attribute-terms-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-attributes-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-categories-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-reviews-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-shipping-classes-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-tags-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-product-variations-controller.php Merge pull request #27299 from woocommerce/fix/27116 2020-10-05 09:33:50 -03:00
class-wc-rest-products-controller.php Add protection around `func_get_arg` method for backward compatibility. 2020-12-28 14:10:22 +05:30
class-wc-rest-report-coupons-totals-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-report-customers-totals-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-report-orders-totals-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-report-products-totals-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-report-reviews-totals-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-report-sales-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-report-top-sellers-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-reports-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-setting-options-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-settings-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-shipping-methods-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-shipping-zone-locations-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-shipping-zone-methods-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-shipping-zones-controller-base.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-shipping-zones-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-system-status-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-system-status-tools-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-tax-classes-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-taxes-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-terms-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
class-wc-rest-webhooks-controller.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00