WP_DEBUG

常量
define( 'WP_DEBUG', false );
定义位置
引入
弃用

For developers: WordPress debugging mode.

<p>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.</p>
<p>For information on other constants that can be used for debugging,
visit the documentation.</p>

define( 'WP_DEBUG', false );

常见问题

FAQs
查看更多 >