Uninstalling
If you're done with TNC FlipBook 3D or need to remove it temporarily, here's the safe way to do it — including how to back up your data first, how to control what gets deleted, and how to come back later if you change your mind.
Before you uninstall — back up first
Plugin uninstallation can be destructive. Take these steps first:
- Export your FlipBooks as JSON via FlipBooks → Toolkit → Export → Select all → Export. Store the JSON somewhere safe. See Export and Import.
- Deactivate your license under FlipBooks → License → Deactivate License. This frees the license slot so you can use it elsewhere.
- Note your settings if you want to recreate them later. Take screenshots of your Settings tabs.
Two paths: Deactivate vs. Uninstall
Deactivate
Turns the plugin off without removing it.
- Plugins → Installed Plugins.
- Find TNC FlipBook 3D.
- Click Deactivate.
Result:
- FlipBook pages stop rendering. Visitors hitting FlipBook URLs see a 404 or blank page (depending on theme).
- Embedded FlipBooks (via blocks/shortcodes) show as broken or fall back to plain text.
- All FlipBook data stays intact — posts, settings, attachments — in the database.
Use Deactivate when:
- You're troubleshooting and want to rule out a plugin conflict.
- You're temporarily disabling FlipBooks but plan to come back.
- You want to switch to a different FlipBook plugin and migrate later.
Uninstall
Removes the plugin code from your site.
- Deactivate first (above).
- Click Delete on the Plugins page.
- Confirm.
What happens depends on the Delete all data on uninstall setting (see below):
- Setting off (default) — Plugin code is removed but FlipBook data stays in the database. You can reinstall and resume.
- Setting on — Plugin code is removed AND all FlipBook data is deleted. Posts, settings, attachments all gone.
The "Delete all data on uninstall" setting
This setting lives under FlipBooks → Settings → Advanced → Danger Zone.
Default: Off.
- When off: uninstalling preserves all FlipBook data. Reinstalling the plugin restores everything.
- When on: uninstalling deletes all FlipBook data — posts, settings, attachments. Cannot be undone.
Why this exists: GDPR and data hygiene. Some sites need a way to fully purge the plugin's data on removal.
Important: turning this on does NOT delete data immediately. It only affects what happens on uninstall.
Step-by-step: Safe uninstall (keep data)
If you want to remove the plugin but might come back:
- Export your FlipBooks as a JSON backup.
- Deactivate your license under FlipBooks → License.
- Leave Delete all data on uninstall off (it's off by default).
- Go to Plugins → Installed Plugins.
- Find TNC FlipBook 3D.
- Click Deactivate.
- Click Delete.
- Confirm.
Plugin code is removed. FlipBook posts and settings stay in the database. Reinstalling the plugin (now or later) restores everything.
Step-by-step: Full uninstall (delete everything)
If you're done with the plugin permanently:
- Export your FlipBooks as a JSON backup (just in case).
- Deactivate your license to free the slot.
- Go to FlipBooks → Settings → Advanced → Danger Zone.
- Turn on Delete all data on uninstall.
- Confirm the warning prompt.
- Click Save Changes.
- Go to Plugins → Installed Plugins.
- Find TNC FlipBook 3D.
- Click Deactivate.
- Click Delete.
- Confirm.
Everything is gone — code, data, and attached media.
What "data" actually means
When "Delete all data on uninstall" is on, these are removed:
- FlipBook posts in
wp_posts(post typeflipbook). - Post meta for FlipBooks in
wp_postmeta. - Plugin options in
wp_options(the global settings). - URL redirects in
wp_options. - Transients in
wp_options(caches). - Generated audio files in
wp-content/uploads/tncfb3d-tts/(Read Aloud audio). - Plugin REST endpoints become inactive.
What is NOT deleted (even with the toggle on):
- PDFs and images uploaded to the WordPress media library. They stay in
wp-content/uploads/. Delete those separately if you want them removed. - WordPress posts that contained FlipBook blocks/shortcodes. The blocks/shortcodes become orphan text on those posts; remove them manually.
- License key data stored on tncflipbook.com (handled when you deactivate the license — but the row may persist).
Removing addons
Addons (Stamper, Lead Capture, Monetize, etc.) are separate plugins. To remove an addon:
- Confirm the addon is no longer being used by any FlipBook.
- Deactivate the addon.
- Delete the addon.
Addons typically don't have "Delete all data on uninstall" toggles because they store relatively little data.
Exception: the Analytics Addon stores tracking data in its own database tables. If you want a clean uninstall of Analytics, check that addon's Settings tab for a similar "delete data" toggle.
Reinstalling after uninstall
If you removed the plugin but didn't delete data, you can come back:
- Reinstall TNC FlipBook 3D (Installation and Activation).
- Activate your license.
- Your FlipBooks reappear under FlipBooks → All FlipBooks.
- Your settings are preserved.
- Embedded FlipBooks (blocks/shortcodes) start working again.
If you deleted data, you can:
- Reinstall the plugin.
- Activate the license.
- Import your JSON backup (FlipBooks → Toolkit → Import).
- Your FlipBooks come back. Settings need to be re-configured.
Moving to a different plugin
If you're switching to a different FlipBook plugin:
- Export your FlipBooks as JSON (as a backup).
- Install the new plugin.
- Manually recreate your FlipBooks there.
- Once happy, deactivate TNC FlipBook 3D.
- Test that the new plugin works for everything.
- Uninstall TNC FlipBook 3D (with or without data deletion, your choice).
You can also leave TNC FlipBook 3D deactivated for a while as a fallback — disk space is the only cost.
After uninstall — what to clean up manually
Even after uninstall (with data delete on), some things linger:
- Pages with FlipBook blocks/shortcodes — these become orphan content. Edit each page and remove the leftover block/shortcode markup.
- PDFs and images in the media library — delete manually if no longer needed.
- URL redirects — if you set up Apache/Nginx redirects to old FlipBook URLs, remove them from your server config.
Troubleshooting
"Delete all data on uninstall" toggle doesn't appear. The toggle is under FlipBooks → Settings → Advanced → Danger Zone. If you can't see it, you may have an older version. Update to the latest plugin version.
Uninstalled but FlipBook URLs still show old pages.
- Clear your WordPress cache (page cache, server cache, CDN).
- Confirm the plugin is fully deleted (not just deactivated).
- The URL redirects may still be in play — check
wp_optionsfortncfb3d_migration_redirects.
Reinstalled but FlipBooks are missing.
- If you turned on "Delete all data on uninstall" before uninstalling, the data is gone. Import from a JSON backup.
- If you didn't turn it on, the data should be there. Refresh the All FlipBooks page; if still missing, your database may have been cleared separately.
Can't delete the plugin — "directory not empty" error. Some hosts lock plugin directories. Delete via SFTP: remove wp-content/plugins/tnc-flipbook-3d/ manually.
Next steps
- Export and Import — back up before uninstalling
- License and Updates — deactivate your license before removing the plugin
- Migrating from Other Plugins — moving to TNC FlipBook 3D from another plugin