Monthly Archives: January 2018

Debbuging WordPress

Add following rows to wp-config.php file:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
It creates and updates debug.log file in the wp-content folder.