Answer Posted / Naveen Kumar Sonia
To enable debug mode in WordPress, you need to add the following code snippet to your wp-config.php file: `ndefine('WP_DEBUG', true);ndefine('WP_DEBUG_LOG', true);` This will display error messages on the screen and log them for future reference.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers