Edit the wp-config.php file in the WordPress website directory and find the following code:
define ('WP_DEBUG',false);
Change the word “false” to “true” and save the file. Now you should be able to see WordPress in debug mode.
Edit the wp-config.php file in the WordPress website directory and find the following code:
define ('WP_DEBUG',false);
Change the word “false” to “true” and save the file. Now you should be able to see WordPress in debug mode.