Enable WordPress Debug Mode from wp-config.php File

When in development phase it is always helpful to turn on WordPress debug mode, when enable WordPress will display reporting of some errors and warnings that may exist.

Open wp-config.php then find this code:

define( 'WP_DEBUG', false );

Then replace it with this code:

define( 'WP_DEBUG', true );

 1,044 total views,  2 views today

Leave a Comment

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