Require_once to wp-config.php doesn’t work with WP-Hide Pro plugin Installed
-
I spent an entire night trying to figure out why one of my websites started having issues and I narrowed it down to the following line that got added to my wp-config.php by the wp-hide pro plugin:
include_once( ( defined(‘WP_PLUGIN_DIR’) ? WP_PLUGIN_DIR . ‘/wp-hide-security-enhancer-pro/’ : ( defined( ‘WP_CONTENT_DIR’) ? WP_CONTENT_DIR : dirname(__FILE__) . ‘/’ . ‘wp-content’ ) . ‘/plugins/wp-hide-security-enhancer-pro’ ) . ‘/include/wph.class.php’);
As soon as I commented it out, everything was working fine again. Is it possible to do a require_once to the wp-config.php file with wp-hide installed and activated?
- The topic ‘Require_once to wp-config.php doesn’t work with WP-Hide Pro plugin Installed’ is closed to new replies.