Less than a minute read

How to enable debug mode in WordPress?

In order to enable debug mode in your WordPress please login to your FTP account on your hosting account and edit wp-config.php. Then change from:

define( 'WP_DEBUG', false );

to:

define( 'WP_DEBUG', true );