📜  wp_debug - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:46.641000             🧑  作者: Mango

代码示例3
// WP_DEBUG is a PHP constant (a permanent global variable) that can be used to trigger the "debug" mode throughout WordPress.
// WP_DEBUG_LOG and WP_DEBUG_DISPLAY are additional PHP constants that extend WP_DEBUG, and may also be used to debug WordPress.
 
define( 'WP_DEBUG', true );