woocommerce/includes/rest-api/Controllers
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
..
Version1 Merge pull request #27934 from woocommerce/remove_get_product_from_item 2020-10-14 16:18:29 -03:00
Version2 Add protection around `func_get_arg` method for backward compatibility. 2020-12-28 14:10:22 +05:30
Version3 Add protection around `func_get_arg` method for backward compatibility. 2020-12-28 14:10:22 +05:30