How To Turn WordPress Error On

How can I turn WordPress error / debug on?

To turn on  the WordPress debug / error reporting, you need to add/change the configuration from wp-config.php file.

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments