How to Enable Debug Log to Check for any Errors?

How to Enable Debug Log to Check for any Errors? #

Go to your cPanel or FTP server. Open the ‘wp-config.php’ from the WordPress Directory. Then, simply just add the following code just above /* That’s all, stop editing! Happy blogging. */ :

 define('WP_DEBUG', true); 

Powered by BetterDocs