How to Debugg WordPress

Go to the file /wp-config.php Search and change the lines as here

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );

Then look in the file /wp-content/debug.log your errors.

Was this documentation helpful?
YesNo

Leave a Reply

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