Title: Plugin Status Snapshotter
Author: Senff - a11n
Published: <strong>January 10, 2025</strong>
Last modified: January 14, 2026

---

Search plugins

![](https://ps.w.org/plugin-status-snapshotter/assets/icon-256x256.png?rev=3220260)

# Plugin Status Snapshotter

 By [Senff – a11n](https://profiles.wordpress.org/senff/)

[Download](https://downloads.wordpress.org/plugin/plugin-status-snapshotter.1.1.zip)

[Live Preview](https://twd.wordpress.org/plugins/plugin-status-snapshotter/?preview=1)

 * [Details](https://twd.wordpress.org/plugins/plugin-status-snapshotter/#description)
 * [Reviews](https://twd.wordpress.org/plugins/plugin-status-snapshotter/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/plugin-status-snapshotter/#installation)
 * [Development](https://twd.wordpress.org/plugins/plugin-status-snapshotter/#developers)

 [Support](https://wordpress.org/support/plugin/plugin-status-snapshotter/)

## Description

#### Summary

Ever want to do some conflict testing by activating and deactivating a bunch of 
plugins, and then when you’re done, go back to how things were before without having
to make a full site backup?

With Plugin Status Snapshotter, you can make a Snaphot of which plugins are currently
active in your site, then activate and deactivate plugins for testing as much as
you like, and then restore the Snapshot again to go back to how things were before.

Snapshots will only keep track which plugins were ACTIVE or not. It will NOT back
up/restore any plugin’s settings, or install/delete plugins.

#### Features

 * One click to create or restore a Snapshot.
 * Make as many snapshots as you like.
 * Only saves the STATE of all plugins (which are active and which aren’t).
 * Option to add a description to each Snapshot (e.g. “my favorite set of plugins”).
 * No full database/configuration backup, so Snapshots are created and restored 
   lightning fast.
 * View which plugins were active when a Snapshot was made, before you restore it.

## Screenshots

 * [[
 * Main screen

## Installation

 1. Upload the “plugin-status-snapshotter” directory to your “wp-content/plugins” directory
 2. In your WordPress admin, go to PLUGINS and activate “Plugin Status Snapshotter”
 3. Go to TOOLS – PLUGIN STATUS SNAPSHOTTER
 4. Create your first Snapshot
 5. Party!

## FAQ

### What does this plugin do, really?

All it really does is save the state of all plugins in your site (active/deactivated).
To get technical, it makes it easy to back up the “active_plugins” row in the “wp_options”
table, and then restore that backup at a later time.

### So how is that useful?

Imagine you have a bunch of plugins installed on your site — some of which are active,
and others aren’t. Now let’s say you want to do some testing on your site, by activating
and deactivating plugins. And then when you’re done, you want to go back to how 
things were before and have the exact same plugins active as before your testing.

This can get a bit tricky when you have a lot of plugins.

Instead of writing down which plugins were active before testing, and then activate
them again manually after testing, you can simply make a quick Snapshot before testing,
and then restore that Snapshot after testing. Much easier and faster!

### Why is this better than making a backup of my site and then restore that?

You can do that too, but that may be a bit of overkill if all you want is to have
the same plugins active as you did before. Making a full-site backup will do that
too, but it will also back up a lot of other things (files, database, etc). This
plugin only keeps track of which plugins are active.

### Does a Snapshot also save a plugin’s settings or configuration?

No. It ONLY saves whether or not a plugin was active. Let’s say you save a snapshot
when Plugin A and Plugin B are active, and Plugin X and Y are deactivated. Then 
you mess around with all your plugins (activate them, deactivate them, change settings,
and so on). When you then restore the Snapshot, all it does is activate Plugins 
A and B, and deactivate Plugins X and Y. Any settings you’ve changed in between 
saving and restoring the snapshot, will still be there.

### One or more plugins didn’t activate when I restored a Snapshot.

There are two common reasons for this.
 First, it’s possible that a plugin was deleted
since the Snapshot was made. In that case, Plugin Status Snapshotter won’t be able
to activate it, simply because it’s not there anymore — you’ll have to reinstall
that missing plugin first. Second, sometimes plugins can only be activated if another
particular plugin is active (for example, WooPayments can only be activated if WooCommerce
is already active). If the “main” plugin (WooCommerce in this example) has been 
deleted since the Snapshot was made, then the dependant (WooPayments in this example)
can not be activated by Plugin Status Snapshotter. In that case, you’ll need to 
install WooCommerce first, before you can activate WooPayments.

### I’ll need more help please!

If you’re not sure how to use this, or you’re running into any issues with it, post
a message on the plugin’s [WordPress.org support forum](https://wordpress.org/support/plugin/plugin-status-snapshotter).

### I’ve noticed that something doesn’t work right, or I have an idea for improvement. How can I report this?

Plugin Status Snapshotter’s [community support forum](https://wordpress.org/support/plugin/plugin-status-snapshotter)
would a good place, though if you want to add all sorts of -technical- details, 
it’s best to report it on the plugin’s [Github page](https://github.com/senff/WordPress-Plugin-Status-Snapshotter/issues).
This is also where I consider code contributions.

### My question isn’t listed here?

Please go to the plugin’s [community support forum](https://wordpress.org/support/plugin/plugin-status-snapshotter)
and post a message. Note that support is provided on a voluntary basis and that 
it can be difficult to troubleshoot, as it may require access to your admin area.
Needless to say, NEVER include any passwords of your site on a public forum!

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Plugin Status Snapshotter” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Senff – a11n ](https://profiles.wordpress.org/senff/)

[Translate “Plugin Status Snapshotter” into your language.](https://translate.wordpress.org/projects/wp-plugins/plugin-status-snapshotter)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/plugin-status-snapshotter/),
check out the [SVN repository](https://plugins.svn.wordpress.org/plugin-status-snapshotter/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/plugin-status-snapshotter/)
by [RSS](https://plugins.trac.wordpress.org/log/plugin-status-snapshotter/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1

 * Added two standard/example Snapshots, automatically created upon plugin activation.
 * Added optional descriptions for Snapshots.

#### 1.0

 * Initial release

## Meta

 *  Version **1.1**
 *  Last updated **3 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/plugin-status-snapshotter/)
 * Tags
 * [plugins](https://twd.wordpress.org/plugins/tags/plugins/)[restore](https://twd.wordpress.org/plugins/tags/restore/)
   [save](https://twd.wordpress.org/plugins/tags/save/)[snapshots](https://twd.wordpress.org/plugins/tags/snapshots/)
   [status](https://twd.wordpress.org/plugins/tags/status/)
 *  [Advanced View](https://twd.wordpress.org/plugins/plugin-status-snapshotter/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/plugin-status-snapshotter/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/plugin-status-snapshotter/reviews/)

## Contributors

 *   [ Senff – a11n ](https://profiles.wordpress.org/senff/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/plugin-status-snapshotter/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://donate.senff.com)