• Your plugin should not define define(‘WP_DEBUG’, true);

    This is already defined in 99% of wp-config.php files on sites and causes a conflict notice:

    Notice: Constant WP_DEBUG already defined in /wp-content/plugins/simplereach-slide/srslide.php on line 15

    Fix: remove line 15 in srslide.php

    http://ww.wp.xz.cn/extend/plugins/simplereach-slide/

The topic ‘define('WP_DEBUG', true);’ is closed to new replies.