woocommerce/includes/rest-api
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
..
Controllers Add protection around `func_get_arg` method for backward compatibility. 2020-12-28 14:10:22 +05:30
Utilities Change __wakeup() to a public method to avoid PHP8 warning. 2020-09-18 07:55:26 +00:00
Package.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00
Server.php Fixed usage of package tag in REST API and templates 2020-09-17 11:56:08 -03:00