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
- Is it possible to transfer a WordPress session to a different browser via query string?
- Do Cookies Need to be Sanatized Before Being Saved?
- WordPress Ajax Login without page reload
- Setting a redirect cookie in wordpress
- Security error WP 4.0 + WP phpBB Bridge [closed]
- wp_logout action not working
- $_SESSION variables lost during OAuth callback
- WP Admin missing icons, numerous JavaScript errors, but only when SCRIPT_DEBUG is false
- How to sanitize my cookie name
- How to delete Passwrd Protected posts cookies when a user logged out from the site
- Adding a Cookie Session to Shortcode Content
- After logout browser’s back button into twenty sixteen theme profile
- iframe does not store session/cookie when refresh parent
- Removing the WordPress.com ribbon
- Error when setting cookie
- How can I install WordPress as blog provider , stable?
- wp_signon returns user but the user is not logged in because wp installed on subdomain. How to make it work?
- Multiple issues with Ajax login function due to browsers and cookies
- Triggering a timewall after X days
- I want to embed mystream video in my wordpress site
- Use WP cookie to authentificate user on an external app
- Correct user session/cookie handling with external site connection in wordpress
- if is_page() is not working with wp_redirect
- Set A Cookie To URL Parameter, Pass Cookie From Page To Page To Alter Post
- detect referr page
- WP website won’t accept any new content – need dedicated hosting?
- Cookie is not set
- Notify user we would like them to clear their cookie. Provide a working button to clear cookies for user
- Synchronize wordpress site between two different servers
- How to set a cookie based on a page Get variable?
- region selection
- wp-admin keeps forwarding me to an old url
- Setcookie not setting cookies anywhere except admin