Matt Harrison
Matt Harrison
Add a way to set the number of addresses. From here: https://wordpress.org/support/topic/limit-the-number-of-address/
The cart shipping calculator has you put country/state/zip. If we could also have it choose from your address book this would save manual entry if the address is already in...
Either include addresses in the customer endpoint or a custom endpoint to get all addresses. Suggestion from here: https://wordpress.org/support/topic/is-the-rest-api-available-to-use/
This pulls the code from https://github.com/helpscout/helpscout-api-php/pull/208 It keeps just the hydrating embedded threads part of that pull request while removing the part that added withEmbed to conversation filters. I'm pulling...
With the current code using the commands in the example the last parameter (active, inactive, queue) had no effect using WP-CLI 2.1.0. This updates the arg checked so that these...
We've had some errors that `$hook_extra['plugins']` is not set when using it in this function. It has only been with non WordPress.org plugins, but this should fix it to make...
Update the param type to include EDD\Orders\Order everywhere you can pass the Order object to the function Fixes dev tooling complaining about passing the wrong type to the functions when...