rockiger / reactpress

Plugin that lets you easily create, build and deploy React apps into your existing WordPress sites.
https://rockiger.com/en/reactpress/
GNU General Public License v2.0
50 stars 6 forks source link

Added check to ensure that the document root and plugin app dir live on the same disk #4

Closed nickerzb closed 2 years ago

nickerzb commented 2 years ago

In most cases, the document_root and plugin_app_dir_url are going to be on the same disk and the explode works as expected. However with some WordPress hosting sites like WPEngine, that is not always the case. This puts a check in place to use the default location for ReactPress if they're not on the same disk.