Home>Article>CMS Tutorial> Wordpress turns on debug mode
The following columnWordPress Tutorialwill introduce to you how to open debugging mode in WordPress. I hope it will be helpful to friends in need!

Wordpress turns on debugging mode
Modify wp-config.php in the WordPress installation directory:

define('WP_DEBUG', true);

After that, you can see the debug information, callstack and other traces:

The above is the detailed content of Wordpress turns on debug mode. For more information, please follow other related articles on the PHP Chinese website!