Display warning about using the plugin on non live sites
The plugin should be only installed on a live site. Show a warning if installed on a local/test/staging/dev site.
What is the problem if installed on non live sites?!
@ibes if it's installed on a dev site and then you push to a live site, it will push anonymized data. The idea is it is installed on live to protect the 'export' of live data.
@polevaultweb How do you plan to implement this change? Asking so I can do some tests in preparation for this change. We keep important plugins in mu-plugins so I was thinking to check the site address (or something similar) before including the plugin on production sites.
@jongc I'm not too sure of the best approach at the moment, but your implementation sounds great for you situation to protect against it being loaded on non-prod sites 👍