The informal name for a WordPress site that displays a blank white page with no error message. PHP encountered a fatal error and stopped before the page could render. Common triggers: a plugin update that introduced incompatible code, PHP memory exhaustion, or a syntax error in a plugin or theme file. WordPress 5.2 and later catches most fatal errors and shows a recovery notice instead of a blank page.
