Title: Where does WPCode store my snippets?
Last modified: January 10, 2025

---

# Where does WPCode store my snippets?

 *  Resolved [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/where-does-wpcode-store-my-snippets/)
 * I added some PHP snippets in my WordPres website.
 * However, since one of the snippets calls an API to fetch data and IT TAKES A 
   LONG TIME for the data to be fetched (too many content there), I want to delete/
   edit this snippet through the File Manager of Hostinger, as I can’t access to
   the WordPress dashboard… Any idea?
 * I checked out the database, but still don’t know which table is for WPCode…
    -  This topic was modified 1 year, 5 months ago by [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/).

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

 *  Plugin Author [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * (@gripgrip)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/where-does-wpcode-store-my-snippets/#post-18236387)
 * Hi [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/),
 * You can use the WPCode Safe Mode to get around that – when in Safe Mode, no snippets
   are executed.
 * [https://wpcode.com/docs/php-error-handling-safe-mode/#Safe_mode](https://wpcode.com/docs/php-error-handling-safe-mode/#Safe_mode)
 * In order to start using the Safe Mode all you have to do is add the “wpcode-safe-
   mode” parameter to your admin url.
 * For example, if your site’s admin address is:
 * `https://example.com/wp-admin`, to access the safe mode you would visit:
 * `https://example.com/wp-admin/?wpcode-safe-mode=1`
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/where-does-wpcode-store-my-snippets/#post-18236428)
 * Hi there [@gripgrip](https://wordpress.org/support/users/gripgrip/) !
   Thanks 
   for the fast response!
 * I mean, I deactivated the plugin, and I want to edit/delete some PHP snippet 
   that I just added using the plugin, but how to do so?
    -  This reply was modified 1 year, 5 months ago by [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/).
 *  Plugin Author [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * (@gripgrip)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/where-does-wpcode-store-my-snippets/#post-18236515)
 * Hi [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/),
 * The best way to do that is to reactivate the plugin and use the Safe Mode to 
   prevent any snippets from being executed – that way you can go in to edit/deactivate
   the snippet directly from the admin.
 * WPCode preloads active snippets in an option the wp_options table so you can 
   go in and delete the wpcode_snippets option there and then go in and edit the
   snippet in the admin, the snippet source will not be affected but you need to
   make sure you deactivate the faulty snippet first to avoid it getting preloaded
   again.
 * That’s why I suggested using the Safe Mode as that makes it easy to use the interface
   to edit the snippet.
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/where-does-wpcode-store-my-snippets/#post-18236794)
 * Problem sovled [@gripgrip](https://wordpress.org/support/users/gripgrip/) !
 * Thanks a lot, I went to safe mode and disabled the snippet I added!
 * You saved my day!

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

The topic ‘Where does WPCode store my snippets?’ is closed to new replies.

 * ![](https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516)
 * [WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager](https://wordpress.org/plugins/insert-headers-and-footers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-headers-and-footers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-headers-and-footers/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-headers-and-footers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-headers-and-footers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-headers-and-footers/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/where-does-wpcode-store-my-snippets/#post-18236794)
 * Status: resolved