Answer Posted / Dahrmendra Kumar
"To enable debug mode in WordPress, add the following line to your wp-config.php file:nn define('WP_DEBUG', true);nnThis will display error messages on the screen and potentially help in troubleshooting issues with your site. However, you should turn off debug mode once you've fixed the problem because these error messages might reveal sensitive information to hackers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers