• Resolved octoaquatics

    (@octoaquatics)


    i need to remove a snippet however, i can’t activate the app or else it kills my admin dashboard. is there a file i can edit to remove one specific snippet? thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Imants

    (@0aksmith)

    Hi, @octoaquatics 👋

    You should be able to remove the snippet using Code Snippets Safe Mode.

    It pauses all snippets temporarily, allowing you to access the plugin settings and deactivate or delete the problematic snippet.

    Add this line to wp-config.php, just before the “That’s all, stop editing!” line:

    define( 'CODE_SNIPPETS_SAFE_MODE', true );

    After removing or deactivating the problematic snippet, remove that line from wp-config.php.

    Full instructions are available here:

    https://codesnippets.pro/doc/safe-mode

    Thread Starter octoaquatics

    (@octoaquatics)

    got it, thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.