Closed wormeyman closed 1 year ago
to be added to function isTestOrStagingUrl(url) { I added url.endsWith('.cloudwaysapps.com') || // Cloudways staging to line 270ish and that worked for me 👍 .
function isTestOrStagingUrl(url) {
url.endsWith('.cloudwaysapps.com') || // Cloudways staging
Just realised this is still open. It was fixed in the last release of the extension. Closing!
Thanks for the report!!
to be added to
function isTestOrStagingUrl(url) {
I addedurl.endsWith('.cloudwaysapps.com') || // Cloudways staging
to line 270ish and that worked for me 👍 .