DinkumInteractive / mwu

Terminus plugin to mass update WordPress plugins or themes over all available Pantheon sites
MIT License
3 stars 0 forks source link

[fixes #36] add a fallback function for wp-cli plugin list response #37

Closed Sean12mps closed 7 years ago

Sean12mps commented 7 years ago

Suggested solution for issues #36 : Maybe we could try to have a fallback function if the json_decode function returns a null? Data that we need are only the strings between [ and ]. Later on, if the substring is found, we can json_decode it.

mustela commented 7 years ago

Let's try this approach an see how it goes!