(Notice) PLUGINDIR already defined Fix
-
Hi there, with wp_debug set to true depending on what plugins you are also running ‘PLUGINDIR’ can already be defined. I suggest you change line 22:
define('PLUGINDIR',$plugindir);
to :
if (!defined('PLUGINDIR')) { define('PLUGINDIR',$plugindir); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘(Notice) PLUGINDIR already defined Fix’ is closed to new replies.