Cloud Guru Online

We simplify everything!

Debugging WordPress

Add following to the wp-config.php file to enable debug mode in detail.

define( ‘WP_DEBUG_LOG’, true );
define( ‘SCRIPT_DEBUG’, true );
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );

Leave a Reply

Your email address will not be published. Required fields are marked *