How to detect that site is hosted on WPEngine?
From a quick look at wpengines headers it looks like there may be some info you can check. Your best bet is to get access to an account and dump out $_SERVER to see what’s in there. For example it looks like $_SERVER[‘SERVER_NAME’] = ‘WP Engine/4.0’. or perhaps $_SERVER[‘HTTP_HOST’]. As per the comments below it … Read more