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 also seems the wp-config.php on wpengine defines some custom constants you could check, for example WPE_APIKEY , WPE_ISP.
Of course the problem is this can change at anytime outside your control.
Updated:
There is another workaround to figure out whether WPEngine is used. WPEngine uses its own MU plugin, which contains WPE_API class. By checking whether this class exists, we can say whether the plugin is hosted on WPEngine hosting or not.
if ( class_exists( 'WPE_API', false ) ) {
// is WPEngine hosting
} else {
// is not WPEngine hosting
}
Related Posts:
- Migrating a WordPress site from One Hosting Provider to Another?
- Hosting WordPress on Azure?
- How do you seamlessly switch hosting?
- Hosting alternatives to WordPress.com [closed]
- Hosting WordPress on Google Apps Engine (GAE)
- nginx or cherokee ( +php-fpm ) for WordPress backend?
- Running WordPress on low-end hardware/resources?
- Where should I host my images?
- Best hosting for WordPress blog(s)? [closed]
- What issues would you face if you use Nginx
- Is there a way to figure out the way to access hosting if I have admin privilege?
- WordPress hosting – Shared/dedicated server? Any recommendations? [closed]
- Host wordpress on a subdirectory of a Rails application
- Do I need “wordpress hosting” to host wordpress?
- Google Site and WordPress
- Deploy WordPress From Local Docker to Hosting Provider
- Do i need the git directory?
- How much should this hosting cost? [closed]
- How can I view or FTP into my WordPress site hosted on AWS?
- How can I use more than 2 DB’s
- WordPress out of memory allocated issue?
- Switched hosts to one with cPanel. To transfer my blog should I do the WP install or just be uploading my old WP directory & database?
- Free swf files hosting for wordpress blog
- Has anyone used the wordpress plugin w3-total-cache on a Dreamhost VPS successfully? [closed]
- WordPress moved to a new server with a new databank. Just Theme no plugins. Site worked for minutes then went offline. cant login. Server says 408
- Dynamic sites and hosting limits: PHP Workers VS User Processes Per Sec Limits
- Configure WordPress Installation autoinstalls via Softaculous in WHCMS [closed]
- “508 Resource Limit Is Reached” on WordPress site
- Free WordPress Hosting with Custom Themes? [closed]
- Recommendation for server config for WordPress Staging servers [closed]
- Choose specific kind of hosting service for WordPress?
- Is my host the problem?
- Is Windows hosting a bad idea for wp?
- Stepping up my game with WordPress hosting [closed]
- Can I move WordPress to another folder?
- Why is WordPress filtering Pastebin URL’s
- Different Server for Images
- How to host and manage for clients
- Fantastico pros and cons
- Add wordpress to only one domain in shared hosting with multiple domains
- lost all the links in WordPress after changing hosting
- Unable to Edit Destination settings – 1and1 hosting [closed]
- Hosting wordpress on Amazon [closed]
- How many WP websites can go on one shared hosting account?
- Hostinger masked redirection to wordpress website
- What’s more important for supporting concurrent users on an elearning site with dynamic content, CPUs or RAM?
- Resting a site for a couple of years
- A way to check if wordpress installation is self-hosted or hosted via wordpress.com?
- WIll it be a good idea to host my website images on a 3rd-party service?
- WordPress transfer problems Cant’ find variable jQuery
- Alternatives to hosting WordPress post content?
- Migrating existing site to Azure is slow
- How to check the speed of a WordPress site on different hosts without WordPress access?
- Problem With DNS or WordPress installation>
- Minimum EC2 Requirements for a stable WordPress site
- Integrate wordpress before hosting
- Factors for NON-cached performance?
- WordPress working only in directory named “wordpress”
- Will it make any difference if I have CDN on the same server but different directory?
- Need to delete a wordpress website from Cpanel
- WordPress hosting good practice
- Can I host wordpress separately on one hosting account?
- I am looking for a specialist WordPress host [closed]
- How to Disconnect My Domain Name?
- Difference between WordPress stand alone & through host gator
- Call to undefined function _deprecated_file() in class-smtp.php
- Limit the harddrive storage of multiple WordPress instances on one webserver
- Help with cPanel and sending email
- How do I create and read a value from cookie?
- Difference between Amazon EC2 and AWS Elastic Beanstalk
- How can I block doubleclick.net cookie from my wordpress website?
- php, cookies, wordpress – how to make automatic login in one one site, login and on other one
- Alternative to wordpress.com for free WordPress hosting?
- Removing username from the ‘wordpress_logged_in’ cookie
- What is the purpose of having a token in cookies?
- Detecting $_GET parameters from any page + Cookie
- Rest API authentication issue when called from fetch request in bundle.js
- Strange redirection issues on wordpress from ssl with padlock to ssl without padlock
- Do We Need to Validate, Sanitize, or Filter Simple Numerical Superglobals (Cookies and Post)?
- How set a cookie from PHP and get it without refresh
- Point domain to different webhost’s subdirectory wordpress
- Where does the cookie mo_page_views_counter come from?
- How to do persistent data on Front End?
- Best host for running large mem and processor intensive WordPress sites?
- Adding video to a WordPress website [closed]
- Cookie set without HttpOnly flag
- Moving a wordpress.org website to another domain name?
- How to read third party cookie to access password protected pages
- GoDaddy hosting wp-admin problem
- Codeless random token generation to pass into multiple tracking links in a single page load
- When is the wp-settings-[time] cookie generated?
- Can someone do something to my website if I posted a snapped image of the header and covered my logo? (On reddit, when explaining a question)
- Extend Cookie with auth_cookie_expiration not working
- My website resets when accessing the index page
- How to get the id dynamically to store cookies
- Modify the third (context) parameter in a filter?
- wp-admin keeps forwarding me to an old url
- Setcookie not setting cookies anywhere except admin
- Multisite logged into one wp-admin, move to another sites wp-admin asked to login again
- Cookie question