How to Enable Debug Log to Check for any Errors?
06-09-2021
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