Reading time: 1 min, 17 secs

So, there you were happily coding up a little snippet in Code Snippets. It was truly beautiful until you saved the latest tweak; and now your site is down and showing a fatal error. And you cannot access anything. And you have a client review in 2 minutes. And your world is about to end.

Don’t worry you’re not the first – here’s what to do:

In your address bar you will have something like:

https://my-special-website-name.com/wp-admin/admin.php?page=edit-snippet&id=6&result=updated

Just add:

&snippets-safe-mode=true

to the end and hit refresh. The page should come back to life. Reverse the last change and re-save, or if you do not know what you did hit Deactivate.

What do you mean you haven’t got the page open anymore? Go to:

https://my-special-website-name.com/wp-admin/admin.php?page=snippets&snippets-safe-mode=true

And flip the switch on the offending snippet.

If that doesn’t work you can add

?snippets-safe-mode=true

to any of the sites URLs and it should come back to life (if there is already a “?” in the URL change the one above for an “&”)

Reading time: 1 min 17 sec