php WordPress调试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WordPress调试相关的知识,希望对你有一定的参考价值。

<?php
// DO NOT INCLUDE THE OPENING PHP TAG

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 */
define('WP_DEBUG', true);
if ( WP_DEBUG ) {
	define('WP_CACHE', false);
	define('SCRIPT_DEBUG', true);
	define('JETPACK_DEV_DEBUG', true);
	define('WP_DEBUG_LOG', false);
	define('WP_DEBUG_DISPLAY', true);
}

以上是关于php WordPress调试的主要内容,如果未能解决你的问题,请参考以下文章

php WordPress调试

php Wordpress调试和Profiler

PHP Wordpress调试配置

PHP Wordpress调试信息

php 启用WordPress错误日志调试输出到文件

php [WordPress - 常规]显示其他服务器信息。用于调试网站。