First run at a generalized “Something’s gone wrong!” mechanism for display inside WordPress
I’m finding that I need something like this in a lot of projects, so I figured I’d build something out that could be reused and shared between plugins, the idea is a class that can be called inside a plugin or theme unless already active.
https://github.com/PressForward/pressforward/blob/3.1.x/includes/specimen-box.php
Next step is to take it as its own repo for others to pull and use.