Display errors in WordPress



Enable the debug mode in wp-config.php (false to true)
define( ‘WP_DEBUG’, true );

Reference: https://kinsta.com/blog/wordpress-debug/