keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

update getting wp-config.php #106

Closed coreykn closed 4 years ago

coreykn commented 4 years ago

Update where the wp-config.php file can be found. Use the same logic that the WordPress core uses to load the wp-config.php file in wp-load.php (as of version 5.5). This extends the search to find the wp-config.php file if it has been moved one directory level above the WordPress installation and is not part of another installation.

Closes #105