下面由WordPress教程栏目给大家介绍如何Wordpress打开调试模式,希望对需要的朋友有所帮助!
Wordpress打开调试模式
修改Wordpress安装目录下的wp-config.php:
define('WP_DEBUG', true);
之后即可看到debug信息,callstack等trace:
Atas ialah kandungan terperinci Wordpress打开调试模式. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!