Enable Error From Wp Config

[Solved] Enable Error From Wp Config | Php - Code Explorer | yomemimo.com
Question : enable error from wp-config

Answered by : zany-zebra-8xg2wel5npad

1.go to to FTP
2. you will see wp-config.php file just like wp-contents
3. right click and choose edit
4. search WP_DEBUG (ctrl+F)
5. You will see define('WP_DEBUG', false);
6. Chanage it to define( 'WP_DEBUG', true );

Source : | Last Update : Sat, 03 Sep 22

Answers related to enable error from wp config

Code Explorer Popular Question For Php