Wordpress
Debug
-
Add below lines to
wp-config.php
:define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', true);
-
Logs will store in
project_root/wp-content/debug.log
Add below lines to wp-config.php
:
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);
Logs will store in project_root/wp-content/debug.log