Turn ON or OFF debug

Locate the wp-config. php for your WordPress file, then click on the three-dotted options, then Edit. To Enable WP_Debug, change the last line to: define( ‘WP_DEBUG’, true ). To Disable WP_Debug, change the last line to: define( ‘WP_DEBUG’, false ).

 

Debug 1

Debug 2

Debug 3

Debug 4

Debug 5