Code snippets plugin safe mode

If you would like to use the codes snippets plugin & it still breaks your site, you can always add this snippet to wp-config.php.

define('CODE_SNIPPETS_SAFE_MODE', true);

This activates the plugin’s safe mode, enabling you to change/remove the snippet that broke the site instantly.