How to enable debug mode in wordpress?
Answer / 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 |
When you will use endif function to end the condition statement?
How do I manage categories in wordpress?
How do I install https?
Explain me how you can disable the wordpress comment?
Can you downgrade wordpress version?
What are the scenarios when the plugin menu is not displayed?
Define what is the difference between the wp_title and the_title tags?
What is wysiwyg editor?
How often should you update wordpress?
Is a web site on WordPress secure?
How to check a featured image exists or not in wordpress?
Explain what are the positive aspects of wordpress?