How Can We Help You?

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:

 define('WP_DEBUG', true);
Contents