Home > CMS Tutorial > WordPress > Wordpress turns on debug mode

Wordpress turns on debug mode

藏色散人
Release: 2020-12-07 14:08:51
forward
2866 people have browsed it

The following column WordPress Tutorial will introduce to you how to open debugging mode in WordPress. I hope it will be helpful to friends in need!

Wordpress turns on debug mode

Wordpress turns on debugging mode

Modify wp-config.php in the WordPress installation directory:

Wordpress turns on debug mode

define('WP_DEBUG', true);

Wordpress turns on debug mode

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

Wordpress turns on debug mode

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!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template