WordPress has a number of settings you can use to debug the main application, themes, your own custom code, and more. In general, these settings are made for developers and should not be used on “live” sites. But you can also use them in some situations to help troubleshoot problems with third-party code, like plugins or themes.
To enable debugging mode in WordPress, follow these steps:
define('WP_DEBUG', false);
define('WP_DEBUG', true);
('WP_DEBUG', false);
Traveler design by ShineCommerce © All rights reserved