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 );
September 16, 2016 ThemeMotive General
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 );