在wp-config.php文件中加入define(
'WP_DEBUG'
, true);
开启调试模式
define(
'WP_DEBUG_DISPLAY'
, true );
开启调试模式让前台显示
参考
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
在wp-config.php文件中加入define(
'WP_DEBUG'
, true);
开启调试模式
define(
'WP_DEBUG_DISPLAY'
, true );
参考
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP