Show all errors on a WordPress site
Say you want to display all errors on a WordPress website. Open the config.php file and add the below code. define(‘WP_DEBUG’, true);define(‘WP_DEBUG_LOG’, […]
Say you want to display all errors on a WordPress website. Open the config.php file and add the below code. define(‘WP_DEBUG’, true);define(‘WP_DEBUG_LOG’, […]